From 753c034e9b7404a57ac51d1abad5df3130ce9b70 Mon Sep 17 00:00:00 2001 From: morisil <817413+morisil@users.noreply.github.com> Date: Wed, 2 Oct 2024 10:20:41 +0000 Subject: [PATCH] README.md gradle dependencies update to .0.2.2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0767a5c..0568979 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Add to your `build.gradle.kts`: ```kotlin dependencies { - implementation("com.xemantic.anthropic:anthropic-sdk-kotlin:0.2.1") + implementation("com.xemantic.anthropic:anthropic-sdk-kotlin:.0.2.2") // for a JVM project, the client engine will differ per platform // check ktor doucmentation for details implementation("io.ktor:ktor-client-java:3.0.0-rc-1")