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
gastonschabas committed Dec 23, 2023
1 parent d86a4aa commit 1fea265
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 @@ -23,7 +23,7 @@ lazy val root = (project in file("."))
name := "rumble-on-scala",
resolvers += Resolver.jcenterRepo,
libraryDependencies ++= Seq(
"org.scalatestplus.play" %% "scalatestplus-play" % "7.0.0" % "it, test",
"org.scalatestplus.play" %% "scalatestplus-play" % "7.0.1" % "it, test",
"org.playframework" %% "play-slick" % "6.0.0",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.16.0",
"com.dimafeng" %% "testcontainers-scala-scalatest" % testContainerVersion % "it",
Expand Down

0 comments on commit 1fea265

Please sign in to comment.