diff --git a/README.md b/README.md index 844568e..eef6259 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.7.0") + implementation("com.xemantic.anthropic:anthropic-sdk-kotlin:.0.10") } ```