Skip to content

Commit

Permalink
Rollback scala-parser-combinators to 1.1.2
Browse files Browse the repository at this point in the history
Should fix tminglei#586 upon publishing.
  • Loading branch information
Tvaroh authored Sep 26, 2022
1 parent 7d6a846 commit e4fcf49
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 e4fcf49

Please sign in to comment.