Skip to content

Commit

Permalink
Merge pull request #810 from mkurz/scala-parser-combinators-2.4.0
Browse files Browse the repository at this point in the history
scala-parser-combinators 2.4.0
  • Loading branch information
mkurz authored Jun 27, 2024
2 parents bd25b67 + 05c12c4 commit 52ae597
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 52ae597

Please sign in to comment.