Skip to content

Commit 7e66981

Browse files
committed
chore: update play-ahc-ws, play-akka-http-server, ... from 2.9.4 to 3.0.4
1 parent f9345c4 commit 7e66981

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ object Dependencies {
4747
val chimney = "io.scalaland" %% "chimney" % "0.7.5"
4848

4949
// Test
50-
val playAhcWS = "com.typesafe.play" %% "play-ahc-ws" % "2.9.4" % Test
50+
val playAhcWS = "org.playframework" %% "play-ahc-ws" % "3.0.4" % Test
5151
val scalatestPlus = "org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test
5252

5353
// opentelemetry

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ addSbtPlugin("io.github.davidmweber" % "flyway-sbt" % "7.4.0")
1212
addSbtPlugin("com.github.tototoshi" % "sbt-slick-codegen" % "2.2.0")
1313

1414
// The Play plugin
15-
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.4")
15+
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.4")
1616
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.0")
1717
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.0")
1818

0 commit comments

Comments
 (0)