One change
claude-in-amazon-bedrock
build-with-claude/claude-in-amazon-bedrock
Nearest release: v2.1.250, published an hour before this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.
build-with-claude/claude-in-amazon-bedrock Changed · +2 / -2 lines
from line 102
<Tabs> <Tab title="Gradle"> ```kotlin - implementation("com.anthropic:anthropic-java-bedrock:2.57.0") + implementation("com.anthropic:anthropic-java-bedrock:2.58.0") ``` </Tab>
from line 111
<dependency> <groupId>com.anthropic</groupId> <artifactId>anthropic-java-bedrock</artifactId> - <version>2.57.0</version> + <version>2.58.0</version> </dependency> ``` </Tab>