Added comment to the parcel
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user