summaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
Diffstat (limited to 'project')
-rw-r--r--project/build.properties2
-rw-r--r--project/build.sbt6
2 files changed, 7 insertions, 1 deletions
diff --git a/project/build.properties b/project/build.properties
index be6c454..748703f 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=0.13.5
+sbt.version=0.13.7
diff --git a/project/build.sbt b/project/build.sbt
index 1fbce95..489e892 100644
--- a/project/build.sbt
+++ b/project/build.sbt
@@ -1,3 +1,9 @@
addSbtPlugin("org.scala-lang.modules.scalajs" % "scalajs-sbt-plugin" % "0.5.5")
addSbtPlugin("com.lihaoyi" % "utest-js-plugin" % "0.2.4")
+
+addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "0.7.4")
+
+libraryDependencies += "org.eclipse.jgit" % "org.eclipse.jgit" % "3.5.1.201410131835-r"
+
+addSbtPlugin("com.lihaoyi" % "scalatex-sbt-plugin" % "0.1.0")