Skip to content

Commit

Permalink
chore: update play-ahc-ws, play-akka-http-server, ... from 2.9.5 to 2…
Browse files Browse the repository at this point in the history
….9.6
  • Loading branch information
jona7o committed Nov 29, 2024
1 parent 00cb6c5 commit 1c8de88
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.5" % Test
val playAhcWS = "com.typesafe.play" %% "play-ahc-ws" % "2.9.6" % 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.2.0")

// The Play plugin
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.5")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.6")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")

Expand Down

0 comments on commit 1c8de88

Please sign in to comment.