From 60835803c7e732a3b36a0f73c7f10a1d97cba81b Mon Sep 17 00:00:00 2001 From: "scala-steward-yyu[bot]" <127873021+scala-steward-yyu[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 18:04:08 +0000 Subject: [PATCH] Update scalatest to 3.2.18 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e992623..75d11f3 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.3.0", - "org.scalatest" %%% "scalatest" % "3.2.17" % "test", + "org.scalatest" %%% "scalatest" % "3.2.18" % "test", "com.lihaoyi" %%% "pprint" % "0.8.1" ) )