Skip to content

Scala-parser-combinators 1.0.6

Compare
Choose a tag to compare
@gourlaysama gourlaysama released this 02 May 20:35
· 36 commits to 1.0.x since this release

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:

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.