You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,15 @@ How to use this library in your project
24
24
---------------------------------------
25
25
26
26
We provide several versions of the library:
27
-
* (upcoming) v0.6.0 is build against Akka-2.5 and Kryo-4.0 and is available for Scala-2.11, Scala-2.12 and Scala-2.13
28
-
this version is tested with JDK: OpenJdk8,OpenJdk11 and Scala: 2.11.12,2.12.10,2.13.1
27
+
* (upcoming) v1.0.0 is build against Akka-2.5 and Kryo-4.0 and is available for Scala-2.11, Scala-2.12 and Scala-2.13
28
+
this version is tested with JDK: OpenJdk8,OpenJdk11 and Scala: 2.11.12,2.12.10,2.13.1
29
+
we will make this release again available at maven central
30
+
(this version is supposed to be a big step forward in simplicity of usage... see [milestone 1.0](https://github.com/altoo-ag/akka-kryo-serialization/milestone/2)
31
+
* v0.6.0 is build against Akka-2.5 and Kryo-4.0 and is available for Scala-2.11, Scala-2.12 and Scala-2.13
32
+
this version is tested with JDK: OpenJdk8,OpenJdk11 and Scala: 2.11.12,2.12.10,2.13.1
33
+
this is the last version published under com.github.romix.akka/com.romix since we cannot publish it under these coordinates
34
+
the binaries are available under [release 0.6](https://github.com/altoo-ag/akka-kryo-serialization/releases/tag/v0.6.0)
35
+
(we cleaned up the repository - this version includes all pull requests/issues that got stale and where mergeable - [milestone cleanup](https://github.com/altoo-ag/akka-kryo-serialization/milestone/1) - thx a lot for the great work)
29
36
* v0.5.1 is build against Akka-2.4 and Kryo-4.0 and is available for Scala-2.11 and Scala-2.12
30
37
* v0.4.2 is build against Akka-2.4 and Kryo-3.0 and is available for Scala-2.11
31
38
* v0.3.3 is build against Akka-2.3 and in available for Scala-2.10 and 2.11
0 commit comments