Skip to content

Commit 5d3ad24

Browse files
Bump kotlinx-coroutines-core from 1.6.3 to 1.6.4
Bumps [kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.6.3 to 1.6.4. - [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.3...1.6.4) --- 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] <support@github.com>
1 parent 010aacb commit 5d3ad24

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
@@ -48,7 +48,7 @@ dependencies {
4848
implementation("plus.sourceplus:protocol:$projectVersion")
4949

5050
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.3")
51-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.3")
51+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
5252
implementation("org.slf4j:slf4j-api:$slf4jVersion")
5353
implementation("org.slf4j:slf4j-nop:$slf4jVersion")
5454
implementation("io.vertx:vertx-core:$vertxVersion")

0 commit comments

Comments
 (0)