From eb632924b648f3a1a4b7e4f504ff417ae4842b3f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 25 Jun 2024 04:24:06 +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 5cb6c64..0dcc2ba 100644 --- a/build.sbt +++ b/build.sbt @@ -88,7 +88,7 @@ wartremoverErrors in (Compile, compile) ++= Seq( lazy val sharedSettings = Seq( libraryDependencies ++= Seq( - "org.scalatest" %%% "scalatest" % "3.2.12" % Test + "org.scalatest" %%% "scalatest" % "3.2.19" % Test ) ) ++ Seq(Compile, Test).map(scalacOptions in (_, console) -= "-Xfatal-warnings")