re-organize the project
This commit is contained in:
parent
6b50ac0265
commit
57307f3089
1
scala/.gitignore
vendored
Normal file
1
scala/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
target/
|
6
scala/build.sbt
Normal file
6
scala/build.sbt
Normal file
@ -0,0 +1,6 @@
|
||||
lazy val root = (project in file("."))
|
||||
.settings(
|
||||
name := "algo-scala",
|
||||
version := "1.0",
|
||||
scalaVersion := "2.12.8"
|
||||
)
|
1
scala/project/build.properties
Normal file
1
scala/project/build.properties
Normal file
@ -0,0 +1 @@
|
||||
sbt.version=1.2.1
|
Loading…
Reference in New Issue
Block a user