From 6373db9ce06660faf0d112f991a1cdf8eef61524 Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Sat, 30 Nov 2024 00:23:56 +0000 Subject: [PATCH] chore: update play-ahc-ws, play-akka-http-server, ... from 2.9.6 to 3.0.6 --- project/Dependencies.scala | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 4febfe68..b5ef9f2f 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.6" % Test + val playAhcWS = "org.playframework" %% "play-ahc-ws" % "3.0.6" % Test val scalatestPlus = "org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test // opentelemetry diff --git a/project/plugins.sbt b/project/plugins.sbt index 2e4b08be..32391c44 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.2.0") // The Play plugin -addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.6") +addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.6") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")