Skip to content

2.2.0

Compare
Choose a tag to compare
@mkurz mkurz released this 03 Jan 19:45
· 234 commits to main since this release
a5d78b7

In this release the version of the scala-parser-combinators dependency now depends on the Scala version:

  • Scala 3 uses 2.1.0
  • Scala versions <=2.13 use 1.1.2

That's because upgrading scala-parser-combinators to version 2.x for Scala <=2.13 will very likely break libs/apps that use sbt 1.5+, because almost all libraries that use Scala 2.12/2.13 are still using scala-parser-combinators 1.x, so sbt will report version conflict errors.
See pull request: #190

Other changes:

According to git shortlog -sn --no-merges 2.1.0..2.2.0, 2 people contributed. Thank you Scala Steward and Matthias Kurz.