Skip to content

Commit

Permalink
Merge pull request #619 from mkurz/upgrade-scala-parser-combinators
Browse files Browse the repository at this point in the history
Upgrade scala-parser-combinators
  • Loading branch information
mkurz authored Jun 5, 2023
2 parents 28f8255 + 8e01507 commit 0eb2b70
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 @@ -18,7 +18,7 @@ val ScalaTestVersion = "3.2.16"
def parserCombinators(scalaVersion: String) = "org.scala-lang.modules" %% "scala-parser-combinators" % {
CrossVersion.partialVersion(scalaVersion) match {
case Some((2, _)) => "1.1.2"
case _ => "2.1.0"
case _ => "2.3.0"
}
}

Expand Down

0 comments on commit 0eb2b70

Please sign in to comment.