Skip to content

Commit d85dace

Browse files
dependabot[bot]gesellix
authored andcommitted
Bump kotlinx-coroutines-core from 1.5.2 to 1.6.0
Bumps [kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.5.2 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](Kotlin/kotlinx.coroutines@1.5.2...1.6.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c4bb87e commit d85dace

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
@@ -73,7 +73,7 @@ dependencies {
7373
val dependencyVersions = listOf(
7474
"org.jetbrains.kotlin:kotlin-stdlib:1.6.10",
7575
"org.jetbrains.kotlin:kotlin-stdlib-common:1.6.10",
76-
"org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2",
76+
"org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0",
7777
"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.2"
7878
)
7979

0 commit comments

Comments
 (0)