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.kts5
1 files changed, 3 insertions, 2 deletions
diff --git a/simulator/opendc-runner-web/build.gradle.kts b/simulator/opendc-runner-web/build.gradle.kts
index 7e81347c..cf437843 100644
--- a/simulator/opendc-runner-web/build.gradle.kts
+++ b/simulator/opendc-runner-web/build.gradle.kts
@@ -34,10 +34,11 @@ 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"))
+ implementation(project(":opendc-simulator:opendc-simulator-core"))
+ implementation(project(":opendc-simulator:opendc-simulator-compute"))
implementation("com.github.ajalt:clikt:2.8.0")
implementation("io.github.microutils:kotlin-logging:1.7.10")