summaryrefslogtreecommitdiff
path: root/crashbox-worker/build.sbt
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2017-03-02 23:35:46 -0800
committerJakob Odersky <jakob@odersky.com>2017-03-02 23:35:46 -0800
commitf9cc5e3f8478eb9f19cca093b8019e579f9c87e6 (patch)
tree5834850e91478ceb3dd25d9d390f9f4555e0523e /crashbox-worker/build.sbt
parentc4ff7eaf274eb4e2cfacdabeb65bfc43a89fdd3a (diff)
downloadcrashbox-ci-f9cc5e3f8478eb9f19cca093b8019e579f9c87e6.tar.gz
crashbox-ci-f9cc5e3f8478eb9f19cca093b8019e579f9c87e6.tar.bz2
crashbox-ci-f9cc5e3f8478eb9f19cca093b8019e579f9c87e6.zip
Implement basic worker functionality
Diffstat (limited to 'crashbox-worker/build.sbt')
-rw-r--r--crashbox-worker/build.sbt7
1 files changed, 7 insertions, 0 deletions
diff --git a/crashbox-worker/build.sbt b/crashbox-worker/build.sbt
new file mode 100644
index 0000000..2b9cf08
--- /dev/null
+++ b/crashbox-worker/build.sbt
@@ -0,0 +1,7 @@
+import crashbox.Dependencies
+
+libraryDependencies ++= Seq(
+ Dependencies.jgitArchive,
+ Dependencies.jgitServer,
+ Dependencies.scalatest % Test
+)