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 bef9018 commit 07ef99dCopy full SHA for 07ef99d
gradle/libs.versions.toml
@@ -1,7 +1,7 @@
1
[versions]
2
sqldelight = "2.0.0-alpha05"
3
idea = "222.4459.24"
4
-coroutines = "1.7.0"
+coroutines = "1.7.1"
5
6
[libraries]
7
kotlin-gradlePlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version = "1.8.21" }
postgres-native-sqldelight-driver/build.gradle.kts
@@ -44,7 +44,7 @@ kotlin {
44
commonTest {
45
dependencies {
46
implementation(kotlin("test"))
47
- implementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.0")
+ implementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.1")
48
}
49
50
0 commit comments