Skip to content

Commit 1458229

Browse files
dependabot[bot]gesellix
authored andcommitted
Bump kotlinx-coroutines-debug from 1.6.1 to 1.6.2
Bumps [kotlinx-coroutines-debug](https://github.com/Kotlin/kotlinx.coroutines) from 1.6.1 to 1.6.2. - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](Kotlin/kotlinx.coroutines@1.6.1...1.6.2) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-debug dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ddbcbee commit 1458229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ val dependencyVersions = listOf(
8686
"org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21",
8787
"org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.2",
8888
"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.2",
89-
"org.jetbrains.kotlinx:kotlinx-coroutines-debug:1.6.1",
89+
"org.jetbrains.kotlinx:kotlinx-coroutines-debug:1.6.2",
9090
"org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.6.2",
9191
"org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.2"
9292
)

0 commit comments

Comments
 (0)