What's Changed
- Upgrades kryo from 5.5.0 to 5.6.0 and switches to library version by @nvollmar in #14
This change allows to use kryo 5 alongside kryo 4. All imports to kryo have been changed to the versioned classes:com.esotericsoftware.kryo.kryo
->com.esotericsoftware.kryo.kryo5
. Users might need to change imports in custom code.
For kryo see their respective release notes: Kryo 5.6
Full Changelog: v1.1.0...v1.2.0