Defines and schedules Garmin workouts
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
quick-plan/build.sbt

16 lines
501 B

name := "workouts"
version := "0.1"
scalaVersion := "2.12.4"
libraryDependencies ++= Seq(
"ch.qos.logback" % "logback-classic" % "1.2.3",
"com.github.scopt" %% "scopt" % "3.7.0",
"com.github.tototoshi" %% "scala-csv" % "1.3.5",
"com.typesafe.akka" %% "akka-http" % "10.1.0",
"com.typesafe.akka" %% "akka-stream" % "2.5.11",
"com.typesafe.play" %% "play-json" % "2.6.9",
"com.typesafe.scala-logging" %% "scala-logging" % "3.7.2",
"org.scalatest" %% "scalatest" % "3.0.5" % "test"
)