From 3586d94410f0a9cbb4102354ca84892ca4eec90e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jan 2022 12:03:08 +0000 Subject: [PATCH] Bump kotlinx-coroutines-swing from 1.5.1 to 1.6.0 Bumps [kotlinx-coroutines-swing](https://github.com/Kotlin/kotlinx.coroutines) from 1.5.1 to 1.6.0. - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.5.1...1.6.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-swing dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9fec033..2bb2e92 100644 --- a/build.gradle +++ b/build.gradle @@ -63,7 +63,7 @@ allprojects { p -> api "org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}" api "org.jetbrains.kotlinx:kotlinx-serialization-json:${kotlinSerialization}" api "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.1" - api 'org.jetbrains.kotlinx:kotlinx-coroutines-swing:1.5.1' + api 'org.jetbrains.kotlinx:kotlinx-coroutines-swing:1.6.0' } spotless {