@@ -36,23 +36,23 @@ How to use this library in your project
3636To use this serializer, you need to do two things:
3737
3838* Include a dependency on this library into your project:
39- ` libraryDependencies += "io.altoo" %% "akka-kryo-serialization" % "2.0.1 " `
39+ ` libraryDependencies += "io.altoo" %% "akka-kryo-serialization" % "2.1.0 " `
4040
4141* Register and configure the serializer in your Akka configuration file, e.g. ` application.conf ` .
4242
4343We provide several versions of the library:
4444
4545Version | Akka & Kryo Compatibility | Available Scala Versions | Tested with |
4646--------|---------------------------|---------------------------|----------------------------------------------------------------------------------------|
47- v2.1.x | Akka-2.5,2.6 and Kryo-5.0 | 2.12,2.13 | JDK: OpenJdk8,OpenJdk11,OpenJdk15 Scala: 2.12.13,2.13.4 Akka: 2.5.32,2.6.11 |
47+ v2.1.x | Akka-2.5,2.6 and Kryo-5.0 | 2.12,2.13 | JDK: OpenJdk8,OpenJdk11,OpenJdk15 Scala: 2.12.13,2.13.4 Akka: 2.5.32,2.6.12 |
4848v2.0.x | Akka-2.5,2.6 and Kryo-5.0 | 2.12,2.13 | JDK: OpenJdk8,OpenJdk11,OpenJdk13 Scala: 2.12.12,2.13.3 Akka: 2.5.32,2.6.10 |
4949v1.1.x | Akka-2.5,2.6 and Kryo-4.0 | 2.12,2.13 | JDK: OpenJdk8,OpenJdk11,OpenJdk13 Scala: 2.12.11,2.13.2 Akka: 2.5.26,2.6.4 |
5050v1.0.x | Akka-2.5,2.6 and Kryo-4.0 | 2.11,2.12,2.13 | JDK: OpenJdk8,OpenJdk11 Scala: 2.11.12,2.12.10,2.13.1 Akka: 2.5.25,2.6.0-M7 |
5151For past versions see [ Legacy.md] ( Legacy.md ) .
5252
5353From 2.1.0 onward we also provide support for akka-typed. This is done as a separate artifact so that the standard does not pull all the typed akka dependencies.
5454* Include:
55- ` libraryDependencies += "io.altoo" %% "akka-kryo-serialization-typed" % "2.1.0-RC1 " `
55+ ` libraryDependencies += "io.altoo" %% "akka-kryo-serialization-typed" % "2.1.0" `
5656
5757Note that we use semantic versioning - see [ semver.org] ( https://semver.org/ ) .
5858
@@ -67,7 +67,7 @@ You can find the JARs on [Sonatype's Maven repository](https://repo1.maven.org/m
6767To use the latest stable release of akka-kryo-serialization in sbt projects you just need to add
6868this dependency:
6969
70- ` libraryDependencies += "io.altoo" %% "akka-kryo-serialization" % "2.0.1 " `
70+ ` libraryDependencies += "io.altoo" %% "akka-kryo-serialization" % "2.1.0 " `
7171
7272#### maven projects
7373
0 commit comments