summaryrefslogtreecommitdiff
path: root/crashbox-worker/build.sbt
diff options
context:
space:
mode:
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
+)