Skip to content

Commit

Permalink
Merge branch 'master' into update/scalatestplus-play-7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jona7o committed Oct 27, 2023
2 parents 5fdf88b + 2ddf9f9 commit 3b61be7
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.0-RC3" % Test
val playAhcWS = "com.typesafe.play" %% "play-ahc-ws" % "2.9.0" % 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.0-RC3")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16")

Expand Down

0 comments on commit 3b61be7

Please sign in to comment.