From 79f77b1dea83337ce5041efee8f5a38bda0a9971 Mon Sep 17 00:00:00 2001 From: Kazik Pogoda Date: Fri, 1 Nov 2024 16:42:48 +0100 Subject: [PATCH] documentation update --- README.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5ac27cb..552e071 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Otherwise, you need to add to your `build.gradle.kts`: ```kotlin dependencies { - implementation("com.xemantic.anthropic:anthropic-sdk-kotlin:.0.4.0") + implementation("com.xemantic.anthropic:anthropic-sdk-kotlin:.0.7.0") } ``` @@ -72,7 +72,7 @@ dependencies { ```kotlin dependencies { implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0") - implementation("io.ktor:ktor-client-java:3.0.0") // or the latest ktor version + implementation("io.ktor:ktor-client-java:3.0.1") // or the latest ktor version // and if you don't care about configuring logging implementation("org.slf4j:slf4j-simple:2.0.16") } diff --git a/gradle.properties b/gradle.properties index b7bbf97..066b15e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,4 +2,4 @@ kotlin.code.style=official kotlin.js.generate.executable.default=false kotlin.native.ignoreDisabledTargets=true group=com.xemantic.anthropic -version=0.7-SNAPSHOT +version=0.8-SNAPSHOT