diff --git a/settings.gradle.kts b/settings.gradle.kts index f529452..43b8616 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -8,7 +8,7 @@ dependencyResolutionManagement { versionCatalogs { create("libs") { library("openai-client", "com.aallam.openai:openai-client:3.6.1") - library("coroutines", "org.jetbrains.kotlinx:kotlinx-coroutines-swing:1.7.2") + library("coroutines", "org.jetbrains.kotlinx:kotlinx-coroutines-swing:1.7.3") // library("ktor-core", "io.ktor:ktor-client-core:2.3.7") // library("ktor-cio", "io.ktor:ktor-client-cio:2.3.7") library("slf4j-api", "org.slf4j:slf4j-api:1.7.35")