Initial skeleton for the framework.

This commit is contained in:
sanjana
2018-01-03 09:12:43 +05:30
parent 864c9dd9a0
commit 4610245b38
4 changed files with 70 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
import sbt._
object Dependencies {
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.0.3"
}

1
project/build.properties Normal file
View File

@@ -0,0 +1 @@
sbt.version=1.0.4