Skip to content

Commit 6469be3

Browse files
Bump org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm
Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm](https://github.com/Kotlin/kotlinx.coroutines) from 1.8.1 to 1.9.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.8.1...1.9.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 61d7001 commit 6469be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

domene/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ val jacksonVersion = "2.17.2"
22
val kotestVersion = "5.9.1"
33
val mockkVersion = "1.13.12"
44
val felleslibVersion = "0.0.216"
5-
val kotlinxCoroutinesVersion = "1.8.1"
5+
val kotlinxCoroutinesVersion = "1.9.0"
66

77
dependencies {
88
implementation(platform("org.jetbrains.kotlin:kotlin-bom"))

0 commit comments

Comments
 (0)