summaryrefslogtreecommitdiff
path: root/opendc-simulator/opendc-simulator-resources
diff options
context:
space:
mode:
Diffstat (limited to 'opendc-simulator/opendc-simulator-resources')
-rw-r--r--opendc-simulator/opendc-simulator-resources/build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc-simulator/opendc-simulator-resources/build.gradle.kts b/opendc-simulator/opendc-simulator-resources/build.gradle.kts
index 08e0bc78..e4ffc3ff 100644
--- a/opendc-simulator/opendc-simulator-resources/build.gradle.kts
+++ b/opendc-simulator/opendc-simulator-resources/build.gradle.kts
@@ -31,7 +31,7 @@ plugins {
dependencies {
api(platform(projects.opendcPlatform))
- api("org.jetbrains.kotlinx:kotlinx-coroutines-core")
+ api(libs.kotlinx.coroutines)
implementation(projects.opendcUtils)
jmhImplementation(projects.opendcSimulator.opendcSimulatorCore)