File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 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.5 " % Test
50
+ val playAhcWS = " com.typesafe.play" %% " play-ahc-ws" % " 2.9.6 " % 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.5 " )
15
+ addSbtPlugin(" com.typesafe.play" % " sbt-plugin" % " 2.9.6 " )
16
16
addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 2.2.2" )
17
17
addSbtPlugin(" com.github.sbt" % " sbt-native-packager" % " 1.10.4" )
18
18
You can’t perform that action at this time.
0 commit comments