Implemented basics of checking with czech post. Solved ssl problems and user-agent.

This commit is contained in:
Pavel Kachalouski
2018-10-24 23:25:15 +02:00
parent 08fc3f82e1
commit 197c808cfd
8 changed files with 178 additions and 195 deletions

View File

@@ -5,6 +5,8 @@ object Dependencies {
lazy val akkaTyped = "com.typesafe.akka" %% "akka-actor-typed" % "2.5.17"
lazy val akkaStream = "com.typesafe.akka" %% "akka-stream" % "2.5.17"
lazy val akkaHttp = "com.typesafe.akka" %% "akka-http" % "10.1.5"
lazy val akkaPersistence = "com.typesafe.akka" %% "akka-persistence-typed" % "2.5.17"
lazy val levelDbJni = "org.fusesource.leveldbjni" % "leveldbjni-all" % "1.8"
//lazy val vkapi = "com.vk.api" % "sdk" % "0.5.12"
lazy val circleCore = "io.circe" %% "circe-core" % "0.10.0"
lazy val circleGeneric = "io.circe" %% "circe-generic" % "0.10.0"