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.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/simulator/opendc/opendc-workflows/build.gradle.kts b/simulator/opendc/opendc-workflows/build.gradle.kts
index 893c9020..62c4bc25 100644
--- a/simulator/opendc/opendc-workflows/build.gradle.kts
+++ b/simulator/opendc/opendc-workflows/build.gradle.kts
@@ -33,7 +33,7 @@ dependencies {
api(project(":opendc:opendc-core"))
api(project(":opendc:opendc-compute"))
- testRuntimeOnly(project(":odcsim:odcsim-engine-omega"))
+ testImplementation(project(":opendc:opendc-simulator"))
testImplementation(project(":opendc:opendc-format"))
testImplementation("org.junit.jupiter:junit-jupiter-api:${Library.JUNIT_JUPITER}")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:${Library.JUNIT_JUPITER}")