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