Skip to content

Commit c5bfd6c

Browse files
authored
Merge pull request #75 from scala-steward/update/scala-parser-combinators-2.2.0
Update scala-parser-combinators to 2.2.0
2 parents cb28865 + c3c9285 commit c5bfd6c

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.9.0",
2424
"org.scala-lang" %% "scala3-staging" % scalaVersion.value,
25-
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.1.1",
25+
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.2.0",
2626
"ch.qos.logback" % "logback-classic" % "1.4.5",
2727
"org.scalacheck" %% "scalacheck" % "1.17.0" % Test,
2828
"org.scalameta" %% "munit" % "0.7.29" % Test,

0 commit comments

Comments
 (0)