From 2d4b286e4aab50610407963df8928cb5b5d8247c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 24 Jun 2024 14:17:51 +0000 Subject: [PATCH] Update scalatest to 3.2.19 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6ed68a3e..e597ffb2 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ lazy val commonSettings = Seq( scalaVersion := scala213, crossVersion := CrossVersion.binary, libraryDependencies ++= Seq( - "org.scalatest" %% "scalatest" % "3.2.18" % Test, + "org.scalatest" %% "scalatest" % "3.2.19" % Test, "org.mockito" % "mockito-core" % "5.12.0" % Test, "org.slf4j" % "slf4j-simple" % "2.0.13" % Test ),