From 1fea265a670009c285c793e82501946939e3fe1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Schabas?= Date: Sat, 23 Dec 2023 09:08:51 +0000 Subject: [PATCH] Update scalatestplus-play to 7.0.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e1f1688..5204cfd 100644 --- a/build.sbt +++ b/build.sbt @@ -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",