Shapeless 2.3.4
Now available for Scala 2.11, 2.12, 2.13, for Scala.js 1.5, and for Scala Native 0.4 π
Changelog
- Drop Scala 2.10 support and
macro-compat
π - Drop Scala.js 0.6 support
- Update Scala Native to 0.4 for all Scala versions
- Modernise the build with
sbt-github-actions
andsbt-ci-release
Note about binary compatibility
This version is verified backwards compatible with 2.3.3 and should be backwards compatible with older 2.3 releases.
- Shapeless is using an epoch.major.minor versioning scheme (referred to as "PVP" in sbt - read about versionScheme)
- Binary compatibility of macros is not guaranteed because they execute at compile time and are not loaded at runtime