Skip to content

Commit 3d43a63

Browse files
committed
chore: relocate computing-unit-managing-service
1 parent 36452ff commit 3d43a63

14 files changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ lazy val WorkflowCore = (project in file("core/workflow-core"))
4141
.dependsOn(DAO, Config)
4242
.configs(Test)
4343
.dependsOn(DAO % "test->test") // test scope dependency
44-
lazy val ComputingUnitManagingService = (project in file("core/computing-unit-managing-service"))
44+
lazy val ComputingUnitManagingService = (project in file("computing-unit-managing-service"))
4545
.dependsOn(WorkflowCore, Auth, Config)
4646
.settings(
4747
dependencyOverrides ++= Seq(

0 commit comments

Comments
 (0)