We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ccf5b38 + 97c4c1f commit f7a3fb8Copy full SHA for f7a3fb8
project/Dependencies.scala
@@ -38,7 +38,7 @@ object Dependencies {
38
39
val oauth = Seq("oauth.signpost" % "signpost-core" % "2.1.1")
40
41
- val cachecontrol = Seq("org.playframework" %% "cachecontrol" % "3.1.0-M1")
+ val cachecontrol = Seq("org.playframework" %% "cachecontrol" % "3.1.0-M2")
42
43
val asyncHttpClient = Seq(
44
("org.asynchttpclient" % "async-http-client" % "2.12.4") // 2.12.x comes with outdated netty-reactive-streams, so we ...
0 commit comments