Skip to content

Commit

Permalink
Update scalatestplus-play to 7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 8, 2024
1 parent 2418e6c commit b1bf95a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ routesGenerator := InjectedRoutesGenerator
libraryDependencies += "org.playframework" %% "play-slick" % "6.1.0"
libraryDependencies += "org.playframework" %% "play-slick-evolutions" % "6.1.0"
libraryDependencies += "org.playframework" %% "play-json" % "3.0.2"
libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "7.0.0" % "test"
libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "7.0.1" % "test"
libraryDependencies += "com.dimafeng" %% "testcontainers-scala-scalatest" % "0.40.15" % "test"
libraryDependencies += "com.dimafeng" %% "testcontainers-scala-postgresql" % "0.40.15" % "test"

Expand Down

0 comments on commit b1bf95a

Please sign in to comment.