From ab668dead5c3123eb9fb26b9e94c6eccabaf6ab7 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Sun, 26 Oct 2014 12:28:32 -0700 Subject: first commit --- project/build.properties | 1 + project/build.sbt | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 project/build.properties create mode 100644 project/build.sbt (limited to 'project') diff --git a/project/build.properties b/project/build.properties new file mode 100644 index 0000000..be6c454 --- /dev/null +++ b/project/build.properties @@ -0,0 +1 @@ +sbt.version=0.13.5 diff --git a/project/build.sbt b/project/build.sbt new file mode 100644 index 0000000..86ce45d --- /dev/null +++ b/project/build.sbt @@ -0,0 +1,2 @@ + +addSbtPlugin("org.scala-lang.modules.scalajs" % "scalajs-sbt-plugin" % "0.5.5") \ No newline at end of file -- cgit v1.2.3