summaryrefslogtreecommitdiff
path: root/buildSrc
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2020-05-20 15:59:54 +0200
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2020-05-20 15:59:54 +0200
commit70ad01d793f88b1bef7d7988d24bff384ddbb3b9 (patch)
tree10b4d6053d1cd58e921f71ff7b0d6f0cf7bab75a /buildSrc
parentee494d6ce6f817cf4e9ab0dba0d9f9f1987c0029 (diff)
parent21eafd32c45495ab9e8ebbeffbdbe1d43ffe566b (diff)
Merge branch 'perf/batch-slices' into '2.x'
Batch VM slices See merge request opendc/opendc-simulator!70
Diffstat (limited to 'buildSrc')
-rw-r--r--buildSrc/src/main/kotlin/library.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildSrc/src/main/kotlin/library.kt b/buildSrc/src/main/kotlin/library.kt
index de88f114..1a3c30a6 100644
--- a/buildSrc/src/main/kotlin/library.kt
+++ b/buildSrc/src/main/kotlin/library.kt
@@ -45,5 +45,5 @@ object Library {
/**
* Kotlin coroutines support
*/
- val KOTLINX_COROUTINES = "1.3.6"
+ val KOTLINX_COROUTINES = "1.3.7"
}