File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ object Dependencies {
47
47
val chimney = " io.scalaland" %% " chimney" % " 0.7.5"
48
48
49
49
// 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
51
51
val scalatestPlus = " org.scalatestplus.play" %% " scalatestplus-play" % " 5.1.0" % Test
52
52
53
53
// opentelemetry
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ addSbtPlugin("io.github.davidmweber" % "flyway-sbt" % "7.4.0")
12
12
addSbtPlugin(" com.github.tototoshi" % " sbt-slick-codegen" % " 2.2.0" )
13
13
14
14
// The Play plugin
15
- addSbtPlugin(" com.typesafe.play " % " sbt-plugin" % " 2.9 .4" )
15
+ addSbtPlugin(" org.playframework " % " sbt-plugin" % " 3.0 .4" )
16
16
addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 2.1.0" )
17
17
addSbtPlugin(" com.github.sbt" % " sbt-native-packager" % " 1.10.0" )
18
18
You can’t perform that action at this time.
0 commit comments