Skip to content

Commit

Permalink
Return parser combinators to their previous version
Browse files Browse the repository at this point in the history
Looks like there were some subtle behavior changes we'll need to account
for here.
  • Loading branch information
farmdawgnation committed Jun 17, 2018
1 parent 54c3fee commit c1e31ca
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 @@ -48,7 +48,7 @@ object Dependencies {
lazy val slf4j_api = "org.slf4j" % "slf4j-api" % slf4jVersion
lazy val scala_xml = "org.scala-lang.modules" %% "scala-xml" % "1.0.6"
lazy val rhino = "org.mozilla" % "rhino" % "1.7.10"
lazy val scala_parser = "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.0"
lazy val scala_parser = "org.scala-lang.modules" %% "scala-parser-combinators" % "1.0.4"
lazy val xerces = "xerces" % "xercesImpl" % "2.11.0"

// Aliases
Expand Down

0 comments on commit c1e31ca

Please sign in to comment.