Skip to content

Commit

Permalink
bump scala-parser-combinators to 2.0.0 (#1442)
Browse files Browse the repository at this point in the history
Co-authored-by: Nepomuk Seiler <muuki88@users.noreply.github.com>
  • Loading branch information
arw357 and muuki88 committed Aug 3, 2021
1 parent c871954 commit bfc7fb6
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 @@ -40,7 +40,7 @@ libraryDependencies ++= {
case "2.10" => Nil
case _ =>
Seq(
"org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.1",
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.0.0",
"org.scala-lang.modules" %% "scala-xml" % "1.1.1"
)
}
Expand Down

0 comments on commit bfc7fb6

Please sign in to comment.