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, 0 insertions, 7 deletions
diff --git a/crashbox-http/build.sbt b/crashbox-http/build.sbt
deleted file mode 100644
index 2597b79..0000000
--- a/crashbox-http/build.sbt
+++ /dev/null
@@ -1,7 +0,0 @@
-import crashbox.Dependencies
-
-libraryDependencies ++= Seq(
- Dependencies.akkaActor,
- Dependencies.akkaHttp,
- Dependencies.akkaHttpCore
-)