summaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorLi Haoyi <haoyi@dropbox.com>2014-11-26 23:47:17 -0800
committerLi Haoyi <haoyi@dropbox.com>2014-11-26 23:47:17 -0800
commit3bf82c833b15c2a2e0078b156f5ea48e171a463a (patch)
treef9bd6ff3482e9653f4a6c3d42b03355fb971a881 /project
parentcc4781d9af3cb57c39a4ac26283f6428ad2aaa60 (diff)
downloadhands-on-scala-js-3bf82c833b15c2a2e0078b156f5ea48e171a463a.tar.gz
hands-on-scala-js-3bf82c833b15c2a2e0078b156f5ea48e171a463a.tar.bz2
hands-on-scala-js-3bf82c833b15c2a2e0078b156f5ea48e171a463a.zip
client-server example works
Diffstat (limited to 'project')
-rw-r--r--project/build.sbt2
1 files changed, 2 insertions, 0 deletions
diff --git a/project/build.sbt b/project/build.sbt
index 02ad299..e04b021 100644
--- a/project/build.sbt
+++ b/project/build.sbt
@@ -2,4 +2,6 @@ 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" \ No newline at end of file