Skip to content

Commit

Permalink
Merge pull request #587 from Tvaroh/patch-1
Browse files Browse the repository at this point in the history
Rollback scala-parser-combinators to 1.1.2
  • Loading branch information
tminglei authored Dec 4, 2022
2 parents 96c461d + e4fcf49 commit f97dd97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ lazy val commonSettings = Seq(
def mainDependencies(scalaVersion: String) = {
val extractedLibs = CrossVersion.partialVersion(scalaVersion) match {
case Some((2, scalaMajor)) if scalaMajor >= 11 =>
Seq("org.scala-lang.modules" %% "scala-parser-combinators" % "2.1.1")
Seq("org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2")
case _ =>
Seq()
}
Expand Down

0 comments on commit f97dd97

Please sign in to comment.