Skip to content

Commit 5409ac8

Browse files
dependabot[bot]gesellix
authored andcommitted
Bump kotlinx-coroutines-test from 1.6.3 to 1.6.4
Bumps [kotlinx-coroutines-test](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-test dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 90298ac commit 5409ac8

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
@@ -92,7 +92,7 @@ val dependencyVersions = listOf(
9292
"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.3",
9393
"org.jetbrains.kotlinx:kotlinx-coroutines-debug:1.6.3",
9494
"org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.6.3",
95-
"org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.3"
95+
"org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4"
9696
)
9797

9898
val dependencyGroupVersions = mapOf(

0 commit comments

Comments
 (0)