summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt6
1 files changed, 2 insertions, 4 deletions
diff --git a/build.sbt b/build.sbt
index aa14fd3..41345bb 100644
--- a/build.sbt
+++ b/build.sbt
@@ -11,8 +11,6 @@ scalacOptions in ThisBuild ++= Seq(
fork in ThisBuild := true
cancelable in Global := true
-lazy val root = (project in file(".")).aggregate(http, worker)
+lazy val root = (project in file(".")).aggregate(server)
-lazy val http = (project in file("crashbox-http"))
-
-lazy val worker = (project in file("crashbox-worker"))
+lazy val server = (project in file("crashbox-server"))