Skip to content

Commit 942c201

Browse files
mkurzeed3si9n
authored andcommitted
Downgrade scala-parser-combinators to 1.x because of version conflicts
1 parent 66deb75 commit 942c201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ object Dependencies {
2121
val scala213 = "2.13.8"
2222
val sbt1 = "1.2.8"
2323
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "2.1.0"
24-
val parserCombinator = "org.scala-lang.modules" %% "scala-parser-combinators" % "2.1.1"
24+
val parserCombinator = "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2"
2525
val logback = "ch.qos.logback" % "logback-classic" % "1.2.3"
2626
val coursier = "io.get-coursier" %% "coursier" % "2.0.16"
2727
val launcherIntf = "org.scala-sbt" % "launcher-interface" % "1.3.3"

0 commit comments

Comments
 (0)