summaryrefslogtreecommitdiff
path: root/simulator/opendc-trace
diff options
context:
space:
mode:
Diffstat (limited to 'simulator/opendc-trace')
-rw-r--r--simulator/opendc-trace/opendc-trace-core/build.gradle.kts4
1 files changed, 2 insertions, 2 deletions
diff --git a/simulator/opendc-trace/opendc-trace-core/build.gradle.kts b/simulator/opendc-trace/opendc-trace-core/build.gradle.kts
index 3db6669a..96b79284 100644
--- a/simulator/opendc-trace/opendc-trace-core/build.gradle.kts
+++ b/simulator/opendc-trace/opendc-trace-core/build.gradle.kts
@@ -24,9 +24,9 @@ description = "Event tracing library for OpenDC"
/* Build configuration */
plugins {
- `kotlin-library-convention`
+ `kotlin-library-conventions`
}
dependencies {
- api("org.jetbrains.kotlinx:kotlinx-coroutines-core:${Library.KOTLINX_COROUTINES}")
+ api("org.jetbrains.kotlinx:kotlinx-coroutines-core:${Versions.KOTLINX_COROUTINES}")
}