Skip to content

Commit

Permalink
scala-parser-combinators 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Jun 27, 2024
1 parent bd25b67 commit 05c12c4
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 @@ -12,7 +12,7 @@ val ScalaTestVersion = "3.2.19"
def parserCombinators(scalaVersion: String) = "org.scala-lang.modules" %% "scala-parser-combinators" % {
CrossVersion.partialVersion(scalaVersion) match {
case Some((2, _)) => "1.1.2"
case _ => "2.3.0"
case _ => "2.4.0"
}
}

Expand Down

0 comments on commit 05c12c4

Please sign in to comment.