Scala-parser-combinators 1.0.6
Scala-parser-combinators 1.0.6 is now available!
Scala-parser-combinators 1.0.6 is a bugfix release and is binary compatible with previous 1.0.x versions.
-
Available for Scala 2.11, 2.12 and 2.13.0-M1:
libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "1.0.6"
-
And for Scala-js 0.6.x:
libraryDependencies += "org.scala-lang.modules" %%% "scala-parser-combinators" % "1.0.6"
There were only 2 noteworthy changes in this release:
- #103 the
scala.util.parsing.json
package is entirely deprecated - #99
Use the Scala Library Index to find alternatives. - #109 scala 2.13.0-M1 is now supported - #110
A big thank you to everyone who contributed to this release!
According to git shortlog -sn --no-merges v1.0.5..v1.0.6
, 7 people contributed to v1.0.6: Arnout Engelen, Antoine Gourlay, Lukas Rytz, Janek Bogucki, Ladinu Chandrasinghe, Seth Tisue, Zandbee.