First working version with czech post checks

This commit is contained in:
Pavel Kachalouski
2018-10-28 16:15:47 +01:00
parent 197c808cfd
commit 1ddefef6a6
7 changed files with 384 additions and 193 deletions

View File

@@ -4,7 +4,7 @@ lazy val commonSettings = Seq(
organization := "com.example",
scalaVersion := "2.12.7",
version := "0.1.0-SNAPSHOT",
mainClass := Some("eu.xeppaka.bot.TelegramBotServer")
mainClass := Some("eu.xeppaka.bot.Main")
)
inThisBuild(commonSettings)