diff --git a/build.sbt b/build.sbt index c1990977c..f4e4c08d2 100644 --- a/build.sbt +++ b/build.sbt @@ -60,7 +60,7 @@ val commonSettings = Seq( libraryDependencies ++= Seq( "software.amazon.awssdk" % "secretsmanager" % awsSdkVersion, "net.logstash.logback" % "logstash-logback-encoder" % "7.2", - "org.scalatestplus.play" %% "scalatestplus-play" % "6.0.2" % Test, + "org.scalatestplus.play" %% "scalatestplus-play" % "7.0.2" % Test, "com.softwaremill.diffx" %% "diffx-scalatest-should" % "0.8.2" % Test, "org.mockito" %% "mockito-scala-scalatest" % "1.17.45", "com.gu" %% "simple-configuration-ssm" % "7.0.0",