summaryrefslogtreecommitdiff
path: root/simulator/opendc-runner-web/build.gradle.kts
diff options
context:
space:
mode:
Diffstat (limited to 'simulator/opendc-runner-web/build.gradle.kts')
-rw-r--r--simulator/opendc-runner-web/build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/simulator/opendc-runner-web/build.gradle.kts b/simulator/opendc-runner-web/build.gradle.kts
index 9e2c5277..cf437843 100644
--- a/simulator/opendc-runner-web/build.gradle.kts
+++ b/simulator/opendc-runner-web/build.gradle.kts
@@ -34,7 +34,7 @@ application {
dependencies {
api(project(":opendc-core"))
- implementation(project(":opendc-compute"))
+ implementation(project(":opendc-compute:opendc-compute-simulator"))
implementation(project(":opendc-format"))
implementation(project(":opendc-experiments:opendc-experiments-sc20"))
implementation(project(":opendc-simulator:opendc-simulator-core"))