Skip to content

Commit c3c7c10

Browse files
authored
Merge pull request #2 from silenium-dev/dependabot/gradle/coroutines-1.9.0
build(deps): bump coroutines from 1.8.1 to 1.9.0
2 parents f093960 + 20301a1 commit c3c7c10

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
@@ -14,7 +14,7 @@ repositories {
1414
}
1515

1616
dependencies {
17-
val coroutines = "1.8.1"
17+
val coroutines = "1.9.0"
1818
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines")
1919

2020
val kotest = "5.9.1"

0 commit comments

Comments
 (0)