From 7f85aac032c5c952c52f9c06ceaf104de2d7d1d4 Mon Sep 17 00:00:00 2001 From: "scala-steward-yyu[bot]" <127873021+scala-steward-yyu[bot]@users.noreply.github.com> Date: Sat, 20 Apr 2024 18:03:26 +0000 Subject: [PATCH] Update scala-parser-combinators to 2.4.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 41d54ca..5e5d662 100644 --- a/build.sbt +++ b/build.sbt @@ -57,7 +57,7 @@ lazy val featherweightGoCore = (crossProject(JVMPlatform, JSPlatform).crossType( scalaVersion := scala213Version, scalacOptions ++= defaultScalacOptions, libraryDependencies ++= Seq( - "org.scala-lang.modules" %%% "scala-parser-combinators" % "2.3.0", + "org.scala-lang.modules" %%% "scala-parser-combinators" % "2.4.0", "org.scalatest" %%% "scalatest" % "3.2.18" % "test", "com.lihaoyi" %%% "pprint" % "0.9.0" )