Added menu for selecting parcel for remove. Parcel date parsing.

This commit is contained in:
Pavel Kachalouski
2018-12-15 23:22:43 +01:00
parent 802da93db8
commit 14ff0a20c6
13 changed files with 276 additions and 111 deletions

View File

@@ -2,7 +2,7 @@ import Dependencies._
lazy val commonSettings = Seq(
organization := "com.example",
scalaVersion := "2.12.7",
scalaVersion := "2.12.8",
version := "0.1.0-SNAPSHOT",
mainClass := Some("eu.xeppaka.bot.Main")
)