We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca4ef9d commit 06e6613Copy full SHA for 06e6613
gradle/libs.versions.toml
@@ -2,7 +2,7 @@
2
kotlin = "1.9.22"
3
sqldelight = "2.0.1"
4
idea = "222.4459.24"
5
-coroutines = "1.7.3"
+coroutines = "1.8.0"
6
7
[libraries]
8
sqldelight-runtime = { module = "app.cash.sqldelight:runtime", version.ref = "sqldelight" }
postgres-native-sqldelight-driver/build.gradle.kts
@@ -45,7 +45,7 @@ kotlin {
45
commonTest {
46
dependencies {
47
implementation(kotlin("test"))
48
- implementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3")
+ implementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.0")
49
}
50
51
0 commit comments