Skip to content

Commit f7a3fb8

Browse files
authored
Merge pull request #1012 from mkurz/cachecontrol_3.1.0-M2
Bump cachecontrol to 3.1.0-M2 (upgrades scala-parser-combinators for Scala 2.13)
2 parents ccf5b38 + 97c4c1f commit f7a3fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ object Dependencies {
3838

3939
val oauth = Seq("oauth.signpost" % "signpost-core" % "2.1.1")
4040

41-
val cachecontrol = Seq("org.playframework" %% "cachecontrol" % "3.1.0-M1")
41+
val cachecontrol = Seq("org.playframework" %% "cachecontrol" % "3.1.0-M2")
4242

4343
val asyncHttpClient = Seq(
4444
("org.asynchttpclient" % "async-http-client" % "2.12.4") // 2.12.x comes with outdated netty-reactive-streams, so we ...

0 commit comments

Comments
 (0)