Fix java serialization

This commit is contained in:
Pavel Kachalouski
2020-03-11 22:45:20 +01:00
parent 90cce667e6
commit d960d6e6f2
4 changed files with 10 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ object Dependencies {
val akkaHttpCirceVersion = "1.31.0"
val scalaTestVersion = "3.2.0-M4"
val slibTelegramVersion = "0.1.0"
val logbackVersion = "1.2.3"
}
val akkaTyped = "com.typesafe.akka" %% "akka-actor-typed" % akkaVersion
@@ -28,4 +29,5 @@ object Dependencies {
val circeAkkaHttp = "de.heikoseeberger" %% "akka-http-circe" % akkaHttpCirceVersion
val slibTelegram = "eu.xeppaka" %% "slib-telegram" % slibTelegramVersion
val scalaTest = "org.scalatest" %% "scalatest" % scalaTestVersion
val logback = "ch.qos.logback" % "logback-classic" % logbackVersion
}