From af39cd434103904c9ca97a1e76b5ea6fa9f7418e Mon Sep 17 00:00:00 2001 From: Jon Pretty Date: Sat, 1 Apr 2017 11:22:10 +0100 Subject: Initial checkin of code extracted from Rapture --- project/build.properties | 2 ++ project/plugins.sbt | 1 + 2 files changed, 3 insertions(+) create mode 100644 project/build.properties create mode 100644 project/plugins.sbt (limited to 'project') 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") -- cgit v1.2.3