Skip to content

Commit 06e6613

Browse files
Bump coroutines from 1.7.3 to 1.8.0 (hfhbd#244)
1 parent ca4ef9d commit 06e6613

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
kotlin = "1.9.22"
33
sqldelight = "2.0.1"
44
idea = "222.4459.24"
5-
coroutines = "1.7.3"
5+
coroutines = "1.8.0"
66

77
[libraries]
88
sqldelight-runtime = { module = "app.cash.sqldelight:runtime", version.ref = "sqldelight" }

postgres-native-sqldelight-driver/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ kotlin {
4545
commonTest {
4646
dependencies {
4747
implementation(kotlin("test"))
48-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3")
48+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.0")
4949
}
5050
}
5151
}

0 commit comments

Comments
 (0)