Releases: sbt/sbinary
Releases · sbt/sbinary
0.5.2
SBinary is a library for describing binary protocols written originally by David MacIver. It can be used as a robust serialization mechanism for Scala objects or a way of dealing with existing binary formats found in the wild.
SBinary 0.5.2 is a variant of SBinary 0.5.1 that uses 2.13 artifact of scala-xml in Scala 3 (used for temporary experiment).
Behind the scene
- Update sbt plugins by @xuwei-k in #27
- Use GitHub Actions instead of Travis CI by @xuwei-k in #29
- Scala 3 by @xuwei-k in #28
- Fixes format error by @xuwei-k in #30
- Publish directly to Sonatype by @eed3si9n in #31
Full Changelog: v0.5.1...v0.5.2
0.5.1
SBinary is a library for describing binary protocols written originally by David MacIver. It can be used as a robust serialization mechanism for Scala objects or a way of dealing with existing binary formats found in the wild.
SBinary 0.5.1 is cross built to Scala 2.10, 2.11, 2.12, 2.13, and Scala 3.