Skip to content

Commit 624410b

Browse files
Bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.10.1 to 1.10.2 (#945)
Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.10.1 to 1.10.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.10.1...1.10.2) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 02e5fc4 commit 624410b

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
@@ -52,7 +52,7 @@ task importMEW(type: JavaExec) {
5252
}
5353

5454
dependencies {
55-
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1"
55+
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2"
5656
implementation "org.jetbrains.kotlin:kotlin-stdlib:${KOTLIN_VERSION}"
5757

5858
implementation "com.github.komputing.kethereum:erc20:${KETHEREUM_VERSION}"

0 commit comments

Comments
 (0)