Skip to content

Shapeless 2.3.4

Compare
Choose a tag to compare
@joroKr21 joroKr21 released this 09 Apr 15:13
· 819 commits to main since this release
822758d

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 and sbt-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