Skip to content

Commit

Permalink
Use released scala kryo serialization.
Browse files Browse the repository at this point in the history
  • Loading branch information
danischroeter committed Aug 14, 2023
1 parent c28de94 commit c540e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import sbtrelease.ReleasePlugin.autoImport.ReleaseTransformations._
val mainScalaVersion = "3.3.0"
val secondaryScalaVersions = Seq("2.12.18", "2.13.11")

val scalaKryoVersion = "1.0.0"
val scalaKryoVersion = "1.0.1"
val defaultPekkoVersion = "1.0.1"
val pekkoVersion =
System.getProperty("pekko.build.version", defaultPekkoVersion) match {
Expand Down

0 comments on commit c540e23

Please sign in to comment.