Skip to content

Commit a839d7f

Browse files
committed
chore: relocate workflow-compiling-service
1 parent 83e7bbc commit a839d7f

File tree

14 files changed

+1
-1
lines changed

14 files changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ lazy val FileService = (project in file("core/file-service"))
6363
)
6464

6565
lazy val WorkflowOperator = (project in file("core/workflow-operator")).dependsOn(WorkflowCore)
66-
lazy val WorkflowCompilingService = (project in file("core/workflow-compiling-service"))
66+
lazy val WorkflowCompilingService = (project in file("workflow-compiling-service"))
6767
.dependsOn(WorkflowOperator, Config)
6868
.settings(
6969
dependencyOverrides ++= Seq(
File renamed without changes.

0 commit comments

Comments
 (0)