Skip to content

Commit

Permalink
Merge pull request #906 from mkurz/upgrade-deps-milestones
Browse files Browse the repository at this point in the history
Upgrade play-json and cachecontrol to 3.1.0-M1
  • Loading branch information
mkurz authored Jun 27, 2024
2 parents e6c7c48 + 86889ac commit 1f4f1d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ object Dependencies {

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

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

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

Expand All @@ -38,7 +38,7 @@ object Dependencies {

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

val cachecontrol = Seq("org.playframework" %% "cachecontrol" % "3.0.1")
val cachecontrol = Seq("org.playframework" %% "cachecontrol" % "3.1.0-M1")

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

0 comments on commit 1f4f1d1

Please sign in to comment.