summaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorHaoyi Li <haoyi@haoyi-mbp.corp.dropbox.com>2014-11-26 01:43:13 -0800
committerHaoyi Li <haoyi@haoyi-mbp.corp.dropbox.com>2014-11-26 01:43:13 -0800
commit0489a0d6c8d3beceeedb8c2f6eaad7b9387073c0 (patch)
tree95efbc083dee7d9ce8211d44d3f98c4a34c26ad4 /project
parent88595a41e3ec13c1a516e847fe3d0b279facf3fc (diff)
downloadhands-on-scala-js-0489a0d6c8d3beceeedb8c2f6eaad7b9387073c0.tar.gz
hands-on-scala-js-0489a0d6c8d3beceeedb8c2f6eaad7b9387073c0.tar.bz2
hands-on-scala-js-0489a0d6c8d3beceeedb8c2f6eaad7b9387073c0.zip
one-button build
Diffstat (limited to 'project')
-rw-r--r--project/build.properties2
-rw-r--r--project/build.sbt2
2 files changed, 3 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..02ad299 100644
--- a/project/build.sbt
+++ b/project/build.sbt
@@ -1,3 +1,5 @@
addSbtPlugin("org.scala-lang.modules.scalajs" % "scalajs-sbt-plugin" % "0.5.5")
addSbtPlugin("com.lihaoyi" % "utest-js-plugin" % "0.2.4")
+
+libraryDependencies += "org.eclipse.jgit" % "org.eclipse.jgit" % "3.5.1.201410131835-r" \ No newline at end of file