Skip to content

Commit 07ef99d

Browse files
Bump coroutines from 1.7.0 to 1.7.1 (#171)
1 parent bef9018 commit 07ef99d

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
@@ -1,7 +1,7 @@
11
[versions]
22
sqldelight = "2.0.0-alpha05"
33
idea = "222.4459.24"
4-
coroutines = "1.7.0"
4+
coroutines = "1.7.1"
55

66
[libraries]
77
kotlin-gradlePlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version = "1.8.21" }

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ kotlin {
4444
commonTest {
4545
dependencies {
4646
implementation(kotlin("test"))
47-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.0")
47+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.1")
4848
}
4949
}
5050
}

0 commit comments

Comments
 (0)