Skip to content

Commit 197f8ef

Browse files
committed
use kryo5 instead of kryo
1 parent c56f910 commit 197f8ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

amber/build.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,7 @@ libraryDependencies += "org.jooq" % "jooq" % "3.14.16"
222222
// https://mvnrepository.com/artifact/org.jgrapht/jgrapht-core
223223
libraryDependencies += "org.jgrapht" % "jgrapht-core" % "1.4.0"
224224

225-
// https://mvnrepository.com/artifact/com.esotericsoftware/kryo
226-
libraryDependencies += "com.esotericsoftware" % "kryo" % "5.6.2"
225+
// https://mvnrepository.com/artifact/com.esotericsoftware/kryo5
227226
libraryDependencies += "com.esotericsoftware" % "kryo5" % "5.6.0"
228227

229228
// https://mvnrepository.com/artifact/io.altoo/pekko-kryo-serialization

0 commit comments

Comments
 (0)