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

11 lines
245 B

name := "workouts"
version := "0.1"
scalaVersion := "2.12.4"
libraryDependencies ++= Seq(
"com.github.tototoshi" %% "scala-csv" % "1.3.5",
"com.typesafe.play" %% "play-json" % "2.6.9",
"org.scalatest" %% "scalatest" % "3.0.5" % "test"
)