summaryrefslogtreecommitdiff
path: root/simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts
diff options
context:
space:
mode:
Diffstat (limited to 'simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts')
-rw-r--r--simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts1
1 files changed, 1 insertions, 0 deletions
diff --git a/simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts b/simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts
index 149c0ed2..4b0069e3 100644
--- a/simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts
+++ b/simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts
@@ -34,4 +34,5 @@ dependencies {
api(project(":opendc-simulator:opendc-simulator-core"))
api(project(":opendc-simulator:opendc-simulator-resources"))
implementation(project(":opendc-utils"))
+ implementation("org.yaml:snakeyaml:1.28")
}