Skip to content

Scala-parser-combinators 1.0.7

Compare
Choose a tag to compare
@gourlaysama gourlaysama released this 01 Feb 19:32
· 7 commits to 1.0.x since this release
f225fb0

Scala-parser-combinators 1.0.7 is now available!

Scala-parser-combinators 1.0.7 is a bugfix release and is binary compatible with previous 1.0.x versions.
This release addresses an important regression:

It is available for Scala 2.11, 2.12 and 2.13.0-M2:

libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "1.0.7"

And for Scala-js 0.6.x:

libraryDependencies += "org.scala-lang.modules" %%% "scala-parser-combinators" % "1.0.7"