Skip to content

Commit

Permalink
Update scalatestplus-play to 7.0.0 (#78)
Browse files Browse the repository at this point in the history
Co-authored-by: Willem Jan Glerum <[email protected]>
  • Loading branch information
2 people authored and pepite committed Sep 2, 2024
1 parent cfa5067 commit b02dbdc
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 @@ -9,7 +9,7 @@ scalaVersion := "2.13.12"

libraryDependencies ++= Seq(
guice, ws, ehcache,
"org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test,
"org.scalatestplus.play" %% "scalatestplus-play" % "7.0.0" % Test,
"org.asciidoctor" % "asciidoctorj" % "2.5.10",
"com.47deg" %% "github4s" % "0.21.0",
)
Expand Down

0 comments on commit b02dbdc

Please sign in to comment.