We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83cafaf + 7e027cd commit 52ed23eCopy full SHA for 52ed23e
project/Dependencies.scala
@@ -15,8 +15,8 @@ object Dependencies {
15
def parserCombinators(scalaVersion: String) =
16
"org.scala-lang.modules" %% "scala-parser-combinators" % {
17
CrossVersion.partialVersion(scalaVersion) match {
18
- case Some((2, _)) => "1.1.2"
19
- case _ => "2.4.0"
+ case Some((2, 12)) => "1.1.2"
+ case _ => "2.4.0"
20
}
21
22
0 commit comments