Skip to content

Commit

Permalink
Merge pull request #793 from mkurz/dep_upgrades
Browse files Browse the repository at this point in the history
Upgrade play-json + cachecontrol to final releases
  • Loading branch information
mkurz authored Sep 15, 2023
2 parents 12a07b3 + 87a5889 commit cafa063
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("com.typesafe.play" %% "play-json" % "2.10.0-RC9")
val playJson = Seq("com.typesafe.play" %% "play-json" % "2.10.0")

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

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

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

val cachecontrol = Seq("com.typesafe.play" %% "cachecontrol" % "2.3.0-RC1")
val cachecontrol = Seq("com.typesafe.play" %% "cachecontrol" % "2.3.0")

val asyncHttpClient = Seq("org.asynchttpclient" % "async-http-client" % "2.12.3")

Expand Down

0 comments on commit cafa063

Please sign in to comment.