Skip to content

Commit 9b16a74

Browse files
committed
Update scala-parser-combinators to 2.1.1
1 parent 1c8af09 commit 9b16a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ lazy val root = project
2222
// Libraries that already fully support Scala 3:
2323
"org.typelevel" %% "cats-core" % "2.6.1",
2424
"org.scala-lang" %% "scala3-staging" % scalaVersion.value,
25-
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.0.0",
25+
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.1.1",
2626
"ch.qos.logback" % "logback-classic" % "1.2.3",
2727
"org.scalacheck" %% "scalacheck" % "1.15.4" % Test,
2828
"org.scalameta" %% "munit" % "0.7.26" % Test,

0 commit comments

Comments
 (0)