Skip to content

Commit 7806806

Browse files
Bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.10.0 to 1.10.1 (#177)
Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.10.0 to 1.10.1. - [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.10.0...1.10.1) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 472d28c commit 7806806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
ext.bnd_version = '6.4.0'
77
ext.license_version = '0.16.1'
88
ext.vanniktech_version = '0.30.0'
9-
ext.coroutines_version = '1.10.0'
9+
ext.coroutines_version = '1.10.1'
1010

1111
repositories {
1212
mavenCentral()

0 commit comments

Comments
 (0)