Skip to content

Commit

Permalink
chore: update scalatestplus-play from 5.1.0 to 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jona7o committed Oct 27, 2023
1 parent 3b61be7 commit 2a9e763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ object Dependencies {

// Test
val playAhcWS = "com.typesafe.play" %% "play-ahc-ws" % "2.9.0" % Test
val scalatestPlus = "org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test
val scalatestPlus = "org.scalatestplus.play" %% "scalatestplus-play" % "7.0.0" % Test

// opentelemetry
val opentelemetryApi = "io.opentelemetry" % "opentelemetry-api" % "1.31.0"
Expand Down

0 comments on commit 2a9e763

Please sign in to comment.