Skip to content

Commit

Permalink
Merge pull request #11 from altoo-ag/danischroeter-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
danischroeter authored Aug 14, 2023
2 parents fd05cfe + 31fb4d9 commit df9525e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ We provide several versions of the library:

Version | Akka & Kryo Compatibility | Available Scala Versions | Tested with |
--------|---------------------------|--------------------------|-----------------------------------------------------------------------------|
v1.0.x | Pekko-1.0 and Kryo-5.4 | 2.12,2.13,3.1 | JDK: OpenJdk11,OpenJdk17 Scala: 2.12.17,2.13.10,3.1.3 Pekko: ??? |
v1.0.x | Pekko-1.0 and Kryo-5.4 | 2.12,2.13,3.1 | JDK: OpenJdk11,OpenJdk17 Scala: 2.12.17,2.13.10,3.1.3 Pekko: 1.0.1 |


Note that we use semantic versioning - see [semver.org](https://semver.org/).
Expand Down Expand Up @@ -75,7 +75,7 @@ To use the official release of pekko-kryo-serialization in Maven projects, pleas
<dependency>
<groupId>io.altoo</groupId>
<artifactId>pekko-kryo-serialization_2.13</artifactId>
<version>1.0.0-RC1</version>
<version>1.0.0</version>
</dependency>
```

Expand Down Expand Up @@ -369,4 +369,4 @@ If you wish to use it within an OSGi environment, you can add OSGi headers to th
sbt osgi-bundle publish-local

Note that the OSGi build uses the sbt-osgi plugin, which may not be available from Maven Central or the
Typesafe repo, so it may require a local build as well. sbt-osgi can be found at [sbt/sbt-osgi](https://github.com/sbt/sbt-osgi).
Typesafe repo, so it may require a local build as well. sbt-osgi can be found at [sbt/sbt-osgi](https://github.com/sbt/sbt-osgi).

0 comments on commit df9525e

Please sign in to comment.