diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 83ae9e6f..d150a4d2 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -47,7 +47,7 @@ object Dependencies { val chimney = "io.scalaland" %% "chimney" % "0.7.5" // Test - val playAhcWS = "com.typesafe.play" %% "play-ahc-ws" % "2.9.0-RC3" % Test + val playAhcWS = "com.typesafe.play" %% "play-ahc-ws" % "2.9.0" % Test val scalatestPlus = "org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test // opentelemetry diff --git a/project/plugins.sbt b/project/plugins.sbt index 0cf0b634..1e33057f 100755 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -12,7 +12,7 @@ addSbtPlugin("io.github.davidmweber" % "flyway-sbt" % "7.4.0") addSbtPlugin("com.github.tototoshi" % "sbt-slick-codegen" % "2.0.0") // The Play plugin -addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC3") +addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16")