summaryrefslogtreecommitdiff
path: root/simulator/opendc/opendc-workflows/build.gradle.kts
diff options
context:
space:
mode:
Diffstat (limited to 'simulator/opendc/opendc-workflows/build.gradle.kts')
-rw-r--r--simulator/opendc/opendc-workflows/build.gradle.kts1
1 files changed, 1 insertions, 0 deletions
diff --git a/simulator/opendc/opendc-workflows/build.gradle.kts b/simulator/opendc/opendc-workflows/build.gradle.kts
index 62c4bc25..f8a9a1f3 100644
--- a/simulator/opendc/opendc-workflows/build.gradle.kts
+++ b/simulator/opendc/opendc-workflows/build.gradle.kts
@@ -32,6 +32,7 @@ plugins {
dependencies {
api(project(":opendc:opendc-core"))
api(project(":opendc:opendc-compute"))
+ implementation(project(":opendc:opendc-utils"))
testImplementation(project(":opendc:opendc-simulator"))
testImplementation(project(":opendc:opendc-format"))