summaryrefslogtreecommitdiff
path: root/crashbox-http/build.sbt
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2017-03-02 17:01:01 -0800
committerJakob Odersky <jakob@odersky.com>2017-03-02 19:57:42 -0800
commitc4ff7eaf274eb4e2cfacdabeb65bfc43a89fdd3a (patch)
tree7c5c3f3d325820a6d99493af2f2a720803b5bd5c /crashbox-http/build.sbt
downloadcrashbox-ci-c4ff7eaf274eb4e2cfacdabeb65bfc43a89fdd3a.tar.gz
crashbox-ci-c4ff7eaf274eb4e2cfacdabeb65bfc43a89fdd3a.tar.bz2
crashbox-ci-c4ff7eaf274eb4e2cfacdabeb65bfc43a89fdd3a.zip
Initial commit
Diffstat (limited to 'crashbox-http/build.sbt')
-rw-r--r--crashbox-http/build.sbt7
1 files changed, 7 insertions, 0 deletions
diff --git a/crashbox-http/build.sbt b/crashbox-http/build.sbt
new file mode 100644
index 0000000..2597b79
--- /dev/null
+++ b/crashbox-http/build.sbt
@@ -0,0 +1,7 @@
+import crashbox.Dependencies
+
+libraryDependencies ++= Seq(
+ Dependencies.akkaActor,
+ Dependencies.akkaHttp,
+ Dependencies.akkaHttpCore
+)