From 4e43297e3d35afb17b4dd3cdd10526e1c82db6dc Mon Sep 17 00:00:00 2001 From: Kazik Pogoda Date: Fri, 13 Dec 2024 21:59:06 +0100 Subject: [PATCH] native tests fixed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") } ```