Skip to content

Commit

Permalink
Merge pull request #315 from playframework/scala-parser-combinators-2…
Browse files Browse the repository at this point in the history
….4.0

scala-parser-combinators 2.4.0
  • Loading branch information
mkurz authored Jun 27, 2024
2 parents b657e57 + 40d1c1b commit a5ee0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object Dependencies {
"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 a5ee0f6

Please sign in to comment.