Added comment to the parcel
This commit is contained in:
@@ -4,23 +4,25 @@ import Dependencies.Versions._
|
||||
|
||||
object Dependencies {
|
||||
object Versions {
|
||||
val akkaVersion = "2.5.22"
|
||||
val akkaHttpVersion = "10.1.8"
|
||||
val akkaVersion = "2.5.26"
|
||||
val akkaHttpVersion = "10.1.10"
|
||||
val levelDbJniVersion = "1.8"
|
||||
val circeVersion = "0.11.1"
|
||||
val akkaHttpCirceVersion = "1.23.0"
|
||||
val scalaTestVersion = "3.0.5"
|
||||
val circeVersion = "0.12.3"
|
||||
val akkaHttpCirceVersion = "1.29.1"
|
||||
val scalaTestVersion = "3.2.0-M1"
|
||||
val slibTelegramVersion = "0.1.0"
|
||||
}
|
||||
|
||||
lazy val akka = "com.typesafe.akka" %% "akka-actor" % akkaVersion
|
||||
lazy val akkaTyped = "com.typesafe.akka" %% "akka-actor-typed" % akkaVersion
|
||||
lazy val akkaStream = "com.typesafe.akka" %% "akka-stream" % akkaVersion
|
||||
lazy val akkaHttp = "com.typesafe.akka" %% "akka-http" % akkaHttpVersion
|
||||
lazy val akkaPersistence = "com.typesafe.akka" %% "akka-persistence-typed" % akkaVersion
|
||||
lazy val levelDbJni = "org.fusesource.leveldbjni" % "leveldbjni-all" % levelDbJniVersion
|
||||
lazy val circleCore = "io.circe" %% "circe-core" % circeVersion
|
||||
lazy val circleGeneric = "io.circe" %% "circe-generic" % circeVersion
|
||||
lazy val circleParser = "io.circe" %% "circe-parser" % circeVersion
|
||||
lazy val circeAkkaHttp = "de.heikoseeberger" %% "akka-http-circe" % akkaHttpCirceVersion
|
||||
lazy val scalaTest = "org.scalatest" %% "scalatest" % scalaTestVersion
|
||||
val akka = "com.typesafe.akka" %% "akka-actor" % akkaVersion
|
||||
val akkaTyped = "com.typesafe.akka" %% "akka-actor-typed" % akkaVersion
|
||||
val akkaStream = "com.typesafe.akka" %% "akka-stream" % akkaVersion
|
||||
val akkaHttp = "com.typesafe.akka" %% "akka-http" % akkaHttpVersion
|
||||
val akkaPersistence = "com.typesafe.akka" %% "akka-persistence-typed" % akkaVersion
|
||||
val levelDbJni = "org.fusesource.leveldbjni" % "leveldbjni-all" % levelDbJniVersion
|
||||
val circleCore = "io.circe" %% "circe-core" % circeVersion
|
||||
val circleGeneric = "io.circe" %% "circe-generic" % circeVersion
|
||||
val circleParser = "io.circe" %% "circe-parser" % circeVersion
|
||||
val circeAkkaHttp = "de.heikoseeberger" %% "akka-http-circe" % akkaHttpCirceVersion
|
||||
val slibTelegram = "eu.xeppaka" %% "slib-telegram" % slibTelegramVersion
|
||||
val scalaTest = "org.scalatest" %% "scalatest" % scalaTestVersion
|
||||
}
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.6")
|
||||
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.21")
|
||||
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.4.1")
|
||||
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.12")
|
||||
|
||||
Reference in New Issue
Block a user