aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
Diffstat (limited to 'project')
-rw-r--r--project/build.properties2
-rw-r--r--project/plugins.sbt1
2 files changed, 3 insertions, 0 deletions
diff --git a/project/build.properties b/project/build.properties
new file mode 100644
index 0000000..e74c691
--- /dev/null
+++ b/project/build.properties
@@ -0,0 +1,2 @@
+sbt.version = 0.13.13
+
diff --git a/project/plugins.sbt b/project/plugins.sbt
new file mode 100644
index 0000000..2c10888
--- /dev/null
+++ b/project/plugins.sbt
@@ -0,0 +1 @@
+addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.1.0")