Skip to content

Commit

Permalink
Merge pull request #725 from mkurz/downgrade_scala-parser-combinators
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Oct 3, 2022
2 parents b14bacb + 50d2946 commit 8b47311
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 @@ -21,7 +21,7 @@ object Dependencies {
val scala213 = "2.13.9"
val sbt1 = "1.2.8"
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "2.1.0"
val parserCombinator = "org.scala-lang.modules" %% "scala-parser-combinators" % "2.1.1"
val parserCombinator = "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2"
val logback = "ch.qos.logback" % "logback-classic" % "1.2.3"
val coursier = "io.get-coursier" %% "coursier" % "2.0.16"
val launcherIntf = "org.scala-sbt" % "launcher-interface" % "1.4.1"
Expand Down

0 comments on commit 8b47311

Please sign in to comment.