Skip to content

Commit 439504a

Browse files
Update kotlin to v1.11.0
1 parent e3bbfe6 commit 439504a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ awaitility = "org.awaitility:awaitility:4.3.0"
7474
okhttp-mockwebserver = { module = "com.squareup.okhttp3:mockwebserver3", version.ref = "okhttp" }
7575
opentelemetry-proto = { module = "io.opentelemetry.proto:opentelemetry-proto", version.ref = "openTelemetryProto" }
7676
protobuf-kotlin = { module = "com.google.protobuf:protobuf-kotlin", version.ref = "protobufKotlin" }
77-
kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.10.2" }
78-
kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version = "1.10.2" }
77+
kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.11.0" }
78+
kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version = "1.11.0" }
7979

8080
#Compilation tools
8181
desugarJdkLibs = "com.android.tools:desugar_jdk_libs:2.1.5"

0 commit comments

Comments
 (0)