core-scala: initial commit

This commit is contained in:
Swapan Pramanick
2018-08-09 02:07:23 +05:30
parent e35e84291e
commit d46873405a
21 changed files with 567 additions and 0 deletions

View File

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

View File

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