karl-marx/build.sbt

15 lines
281 B
Text
Raw Normal View History

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
2019-07-08 14:50:35 +02:00
mainClass := Some("org.congressodeiradicali.karlmarx.Runner")