diff --git a/build.sbt b/build.sbt index c1c2894..e3c86a9 100644 --- a/build.sbt +++ b/build.sbt @@ -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", )