Skip to content

Commit 3f6b803

Browse files
build(deps): bump ai.koog:koog-agents from 0.5.0 to 0.5.2 in /app
Bumps [ai.koog:koog-agents](https://github.com/JetBrains/koog) from 0.5.0 to 0.5.2. - [Release notes](https://github.com/JetBrains/koog/releases) - [Changelog](https://github.com/JetBrains/koog/blob/develop/CHANGELOG.md) - [Commits](JetBrains/koog@0.5.0...0.5.2) --- updated-dependencies: - dependency-name: ai.koog:koog-agents dependency-version: 0.5.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 538644c commit 3f6b803

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ dependencies {
147147
// Uses Google Play Services
148148
"gmsImplementation"("com.google.android.gms:play-services-mlkit-text-recognition:19.0.1")
149149
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.10.2")
150-
implementation("ai.koog:koog-agents:0.5.0") {
150+
implementation("ai.koog:koog-agents:0.5.2") {
151151
// Exclude CIO engine to use the Android engine provided below
152152
exclude(group = "io.ktor", module = "ktor-client-cio")
153153
}

0 commit comments

Comments
 (0)