Skip to content

Commit

Permalink
Update scala-parser-combinators to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and stevedlawrence committed Feb 22, 2022
1 parent ce4a135 commit 835bb36
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 @@ -24,7 +24,7 @@ object Dependencies {
lazy val core = Seq(
"com.lihaoyi" %% "os-lib" % "0.8.1", // for writing/compiling C source files
"org.scala-lang.modules" %% "scala-xml" % "2.0.1",
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.1.0",
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.1.1",
"com.ibm.icu" % "icu4j" % "70.1",
"xerces" % "xercesImpl" % "2.12.2",
"xml-resolver" % "xml-resolver" % "1.2",
Expand Down

0 comments on commit 835bb36

Please sign in to comment.