initial commit

This commit is contained in:
shim_
2016-05-27 09:16:34 +02:00
parent ff2d56087d
commit 6d368ec20b
32 changed files with 2140 additions and 0 deletions

1
project/build.properties Normal file
View File

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

3
project/plugins.sbt Normal file
View File

@@ -0,0 +1,3 @@
logLevel := Level.Warn
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.8")