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 66deb75 commit 942c201Copy full SHA for 942c201
project/Dependencies.scala
@@ -21,7 +21,7 @@ object Dependencies {
21
val scala213 = "2.13.8"
22
val sbt1 = "1.2.8"
23
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "2.1.0"
24
- val parserCombinator = "org.scala-lang.modules" %% "scala-parser-combinators" % "2.1.1"
+ val parserCombinator = "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2"
25
val logback = "ch.qos.logback" % "logback-classic" % "1.2.3"
26
val coursier = "io.get-coursier" %% "coursier" % "2.0.16"
27
val launcherIntf = "org.scala-sbt" % "launcher-interface" % "1.3.3"
0 commit comments