Shapeless 2.3.7
Now available for Scala 2.11, 2.12 and 2.13 on the JVM, Scala.js 1.5 and Scala Native 0.4 🎉
Many thanks to all contributors ❤️
Changelog
- add AdditiveCollection of Seq (#1168 by @jxnu-liguobin)
- Revert source breaking change in TupleOps (#1167 by @joroKr21)
- Delete ~/.ivy2 directory (#1166 by @xuwei-k)
- Fix subtle pickle compatibility problem with type aliases (#1162 by @joroKr21)
Binary compatibility
This version is verified backwards binary 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)
- Shapeless is only backwards compatible, not forwards compatible