Skip to content

Commit

Permalink
chore: update play-ahc-ws, play-akka-http-server, ... from 2.9.2 to 3…
Browse files Browse the repository at this point in the history
….0.2
  • Loading branch information
jona7o committed Mar 3, 2024
1 parent 25ff00b commit 2c145fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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.2" % Test
val playAhcWS = "org.playframework" %% "play-ahc-ws" % "3.0.2" % Test
val scalatestPlus = "org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test

// opentelemetry
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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.2")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.2")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16")

Expand Down

0 comments on commit 2c145fd

Please sign in to comment.