From dee72e1a21d2ef5fcef6cb23b084b47280ad5c7c Mon Sep 17 00:00:00 2001 From: "scala-steward-yyu[bot]" <127873021+scala-steward-yyu[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2024 02:18:18 +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 24d2030..55af17b 100644 --- a/build.sbt +++ b/build.sbt @@ -58,7 +58,7 @@ lazy val featherweightGoCore = (crossProject(JVMPlatform, JSPlatform).crossType( scalacOptions ++= defaultScalacOptions, libraryDependencies ++= Seq( "org.scala-lang.modules" %%% "scala-parser-combinators" % "2.4.0", - "org.scalatest" %%% "scalatest" % "3.2.18" % "test", + "org.scalatest" %%% "scalatest" % "3.2.19" % "test", "com.lihaoyi" %%% "pprint" % "0.9.0" ) )