Added comment to the parcel

This commit is contained in:
Pavel Kachalouski
2019-10-27 20:39:50 +01:00
parent 3a3de48c8f
commit b5917d92af
9 changed files with 57 additions and 388 deletions

View File

@@ -2,8 +2,7 @@ import Dependencies._
lazy val commonSettings = Seq(
organization := "com.example",
scalaVersion := "2.12.8",
version := "1.0.0",
scalaVersion := "2.13.1",
mainClass := Some("eu.xeppaka.bot.Main")
)
@@ -23,7 +22,8 @@ lazy val `telegram-bot-delivery` = (project in file("."))
circleCore,
circleGeneric,
circleParser,
circeAkkaHttp
circeAkkaHttp,
slibTelegram
),
dockerBaseImage := "openjdk:13-jdk-oracle",
dockerExposedPorts := Seq(8443),