Initial commit

This commit is contained in:
2019-03-29 13:52:26 +03:00
commit a6cd9ae918
25 changed files with 775 additions and 0 deletions

1
project/assembly.sbt Normal file
View File

@@ -0,0 +1 @@
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.3")

1
project/build.properties Normal file
View File

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