summaryrefslogtreecommitdiff
path: root/simulator/opendc-runner-web/build.gradle.kts
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2021-02-23 21:30:51 +0100
committerFabian Mastenbroek <mail.fabianm@gmail.com>2021-02-23 21:30:51 +0100
commit481706adc89d502840c967d94a165c55d8ac0e1a (patch)
tree6816ed3af1ebfb7daf8baf9f33114df6f52a749c /simulator/opendc-runner-web/build.gradle.kts
parente99ceb1575f50d98ad61f5101b7b69ab69453d70 (diff)
exp: Add support for running Capelin experiments in IntelliJ
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 85b24e19..a9c679f6 100644
--- a/simulator/opendc-runner-web/build.gradle.kts
+++ b/simulator/opendc-runner-web/build.gradle.kts
@@ -36,7 +36,7 @@ dependencies {
api(project(":opendc-core"))
implementation(project(":opendc-compute:opendc-compute-simulator"))
implementation(project(":opendc-format"))
- implementation(project(":opendc-experiments:opendc-experiments-sc20"))
+ implementation(project(":opendc-experiments:opendc-experiments-capelin"))
implementation(project(":opendc-simulator:opendc-simulator-core"))
implementation(project(":opendc-simulator:opendc-simulator-compute"))