re-organize the project

This commit is contained in:
ivan 2018-12-13 10:17:26 +08:00
parent 6b50ac0265
commit 57307f3089
6 changed files with 8 additions and 0 deletions

1
scala/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
target/

6
scala/build.sbt Normal file
View File

@ -0,0 +1,6 @@
lazy val root = (project in file("."))
.settings(
name := "algo-scala",
version := "1.0",
scalaVersion := "2.12.8"
)

View File

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