We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 357996a commit 430c3a8Copy full SHA for 430c3a8
jvm/example-kotest/build.gradle.kts
@@ -6,7 +6,7 @@ repositories {
6
}
7
dependencies {
8
// import Kotlin API client BOM
9
- testImplementation(platform("com.aallam.openai:openai-client-bom:3.8.1"))
+ testImplementation(platform("com.aallam.openai:openai-client-bom:3.8.2"))
10
testImplementation("com.aallam.openai:openai-client")
11
testImplementation("io.ktor:ktor-client-okhttp")
12
// json
0 commit comments