Skip to content

Commit c5ca359

Browse files
committed
Add kryo dependency.
1 parent 85e0ede commit c5ca359

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/scheduler/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ dependencies {
6565
}
6666

6767
compile "org.scala-lang:scala-library:${gradle.scala.version}"
68+
compile "com.github.romix.akka:akka-kryo-serialization_${gradle.scala.depVersion}:0.5.2"
6869
compile project(':common:scala')
6970
}
7071

0 commit comments

Comments
 (0)