2019-07-05 09:54:47 +02:00
|
|
|
name := "karl-marx"
|
|
|
|
|
|
|
|
version := "0.1"
|
|
|
|
|
2019-07-05 10:01:31 +02:00
|
|
|
scalaVersion := "2.12.8"
|
2019-07-05 11:58:35 +02:00
|
|
|
libraryDependencies ++= Seq(
|
|
|
|
"com.bot4s" %% "telegram-core" % "4.2.0-RC1"
|
|
|
|
)
|
|
|
|
|
|
|
|
libraryDependencies ++= Seq(
|
|
|
|
"net.debasishg" %% "redisclient" % "3.10"
|
|
|
|
)
|
2019-07-05 11:48:42 +02:00
|
|
|
libraryDependencies += "com.bot4s" %% "telegram-core" % "4.2.0-RC1"
|
|
|
|
|
|
|
|
mainClass := Some("Runner")
|