From a4df9c6dcddc5a17bf153210d0a31eb01a1e7573 Mon Sep 17 00:00:00 2001 From: Michael Bryzek Date: Sat, 1 Jun 2024 08:42:02 -0400 Subject: [PATCH] wip --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 53fe8c5b..2b2f688e 100644 --- a/build.sbt +++ b/build.sbt @@ -60,7 +60,7 @@ lazy val generator = project routesGenerator := InjectedRoutesGenerator, libraryDependencies ++= Seq( ws, - "org.scalatestplus.play" %% "scalatestplus-play" % "5.0.0" % "test" + "org.scalatestplus.play" %% "scalatestplus-play" % "7.0.1" % "test" ), scalacOptions ++= allScalacOptions, Test / javaOptions ++= Seq( @@ -209,7 +209,7 @@ lazy val commonSettings: Seq[Setting[_]] = Seq( "com.squareup.retrofit2" % "retrofit" % "2.11.0", "io.reactivex.rxjava2" % "rxjava" % "2.2.21", "org.typelevel" %% "cats-core" % "2.12.0", - "org.scalatestplus.play" %% "scalatestplus-play" % "5.0.0" % Test, + "org.scalatestplus.play" %% "scalatestplus-play" % "7.0.1" % "test", "org.scalatest" %% "scalatest" % scalatestVersion % Test, "org.scalatestplus" %% "scalacheck-1-15" % "3.2.11.0" % Test, "org.mockito" % "mockito-core" % mockitoVersion % Test,