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.
1 parent c871954 commit bfc7fb6Copy full SHA for bfc7fb6
1 file changed
build.sbt
@@ -40,7 +40,7 @@ libraryDependencies ++= {
40
case "2.10" => Nil
41
case _ =>
42
Seq(
43
- "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.1",
+ "org.scala-lang.modules" %% "scala-parser-combinators" % "2.0.0",
44
"org.scala-lang.modules" %% "scala-xml" % "1.1.1"
45
)
46
}
0 commit comments