Skip to content

Commit

Permalink
Merge pull request #60 from y-yu/update/scala-parser-combinators-2.4.0
Browse files Browse the repository at this point in the history
Update scala-parser-combinators to 2.4.0
  • Loading branch information
y-yu authored Apr 22, 2024
2 parents 49dec01 + 7f85aac commit 6d18a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down

0 comments on commit 6d18a00

Please sign in to comment.