From 95cc1d541285eb5b6eb6dc796ca0b57fc58692dc Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 20 Feb 2024 09:52:36 +0100 Subject: [PATCH] Update scalatest to 3.2.18 (#812) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5faaa161..379a7026 100644 --- a/build.sbt +++ b/build.sbt @@ -91,7 +91,7 @@ libraryDependencies ++= Seq( "org.scala-lang" ), "org.scala-lang" % "scala-compiler" % scalaVersion.value % "test", - "org.scalatest" %% "scalatest" % "3.2.17" % "test", + "org.scalatest" %% "scalatest" % "3.2.18" % "test", "org.mockito" % "mockito-all" % "1.10.19" % "test", "joda-time" % "joda-time" % "2.12.7" % "test", "org.joda" % "joda-convert" % "2.2.3" % "test",