Skip to content

Commit 1f4f1d1

Browse files
authored
Merge pull request #906 from mkurz/upgrade-deps-milestones
Upgrade play-json and cachecontrol to 3.1.0-M1
2 parents e6c7c48 + 86889ac commit 1f4f1d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ object Dependencies {
2626

2727
val junitInterface = Seq("com.github.sbt" % "junit-interface" % "0.13.3")
2828

29-
val playJson = Seq("org.playframework" %% "play-json" % "3.0.4")
29+
val playJson = Seq("org.playframework" %% "play-json" % "3.1.0-M1")
3030

3131
val slf4jApi = Seq("org.slf4j" % "slf4j-api" % "2.0.13")
3232

@@ -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.0.1")
41+
val cachecontrol = Seq("org.playframework" %% "cachecontrol" % "3.1.0-M1")
4242

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

0 commit comments

Comments
 (0)