We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd94fca + 369c834 commit b9f3411Copy full SHA for b9f3411
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