build.sbt 281 B

1234567891011121314
  1. name := "karl-marx"
  2. version := "0.1"
  3. scalaVersion := "2.12.8"
  4. libraryDependencies ++= Seq(
  5. "com.bot4s" %% "telegram-core" % "4.2.0-RC1"
  6. )
  7. libraryDependencies ++= Seq(
  8. "net.debasishg" %% "redisclient" % "3.10"
  9. )
  10. mainClass := Some("org.congressodeiradicali.karlmarx.Runner")