diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-05-17 15:09:25 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-05-17 15:09:25 +0200 |
| commit | 4b070203ef835011bcf99521a4e3b0e15e27c905 (patch) | |
| tree | 2c902a3ef7d761912b60adeab7ec175ca53776df | |
| parent | be6100ef52703e91a298857652f997fa0fde4be9 (diff) | |
chore: Update kotlinx-coroutines to 1.3.6
| -rw-r--r-- | buildSrc/src/main/kotlin/library.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildSrc/src/main/kotlin/library.kt b/buildSrc/src/main/kotlin/library.kt index 3b05f3a4..de88f114 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.5" + val KOTLINX_COROUTINES = "1.3.6" } |
