From 91bc281ebf6c7653c2a5ccfc88b339e3a9ed104c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 27 May 2022 23:07:15 +0000 Subject: [PATCH] chore(deps): update org.jetbrains.kotlinx to v1.6.2 --- kotlin/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kotlin/build.gradle.kts b/kotlin/build.gradle.kts index 655f0b6c4..557de32cd 100644 --- a/kotlin/build.gradle.kts +++ b/kotlin/build.gradle.kts @@ -13,8 +13,8 @@ dependencies { api(group = "com.github.philippheuer.events4j", name = "events4j-kotlin", version = "0.10.0") // Kotlin coroutines - api(group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version = "1.6.1") - testImplementation(group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-test", version = "1.6.1") + api(group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version = "1.6.2") + testImplementation(group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-test", version = "1.6.2") testImplementation(project(":twitch4j")) }