course/build.sbt

7 lines
138 B
Text
Raw Permalink Normal View History

2018-07-16 17:20:04 +08:00
name := "course"
version := "0.1"
scalaVersion := "2.12.6"
libraryDependencies += "org.scalatest" % "scalatest_2.12" % "3.0.5" % "test"