karl-marx/build.sbt

15 lines
315 B
Scala

name := "karl-marx"
version := "0.1"
scalaVersion := "2.12.8"
libraryDependencies ++= Seq(
"com.bot4s" %% "telegram-core" % "4.2.0-RC1"
)
libraryDependencies ++= Seq(
"net.debasishg" %% "redisclient" % "3.10"
)
libraryDependencies += "com.bot4s" %% "telegram-core" % "4.2.0-RC1"
mainClass := Some("Runner")