From 907162b26afaaec73478e2e1089d4f7502ccc707 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 24 Jun 2024 20:54:10 +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 71e3a8e..df62119 100644 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,7 @@ lazy val commonSettings = Seq( javaOptions += "-Xmx8G", libraryDependencies ++= { Seq( - "org.scalatest" %% "scalatest" % "3.2.11" % Test, + "org.scalatest" %% "scalatest" % "3.2.19" % Test, "org.scalaz" %% "scalaz-core" % "7.4.0-M7" % Test ) },