From 7be8e53a03aa77df02869b4ebe90f5883452c8bd Mon Sep 17 00:00:00 2001 From: Scala Steward <2992938+DavidGregory084@users.noreply.github.com> Date: Wed, 2 Aug 2023 13:51:02 +0100 Subject: [PATCH] Update scalatest to 3.1.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 18a5bb4..2ab8d2c 100644 --- a/build.sbt +++ b/build.sbt @@ -32,7 +32,7 @@ libraryDependencies ++= Seq( ws, "com.github.sdkman" % "sdkman-mongodb-persistence" % "1.9", "org.typelevel" %% "cats-core" % "1.0.1", - "org.scalatest" %% "scalatest" % "3.1.0" % Test, + "org.scalatest" %% "scalatest" % "3.1.4" % Test, "org.scalatestplus" %% "scalacheck-1-15" % "3.2.9.0" % Test, "io.cucumber" %% "cucumber-scala" % "4.7.1" % Test, "io.cucumber" % "cucumber-junit" % "4.7.1" % Test,