Skip to content

Commit dae442a

Browse files
Update for group aws-sdk (#540)
## About this PR Updates: * 📦 software.amazon.awssdk:bedrockruntime from `2.42.41` to `2.44.1` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you have any feedback, just mention me in the comments below. Configure Scala Steward for your repository with a [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/cfc35f4e63bef9d4423f375b1fef35caf642e61a/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_ <details> <summary>⚙ Adjust future updates</summary> Add these to your `.scala-steward.conf` file to ignore future updates of these dependencies: ``` updates.ignore = [ { groupId = "software.amazon.awssdk", artifactId = "bedrockruntime" } ] ``` Or, add these to slow down future updates of these dependencies: ``` dependencyOverrides = [ { pullRequests = { frequency = "30 days" }, dependency = { groupId = "software.amazon.awssdk", artifactId = "bedrockruntime" } } ] ``` </details> <sup> labels: library-update, early-semver-minor, semver-spec-minor, commit-count:1 </sup> <!-- scala-steward = { "Update" : { "Grouped" : { "name" : "aws-sdk", "title" : null, "updates" : [ { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "software.amazon.awssdk", "artifactId" : { "name" : "bedrockruntime", "maybeCrossName" : null }, "version" : "2.42.41", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null } ], "newerVersions" : [ "2.44.1" ], "newerGroupId" : null, "newerArtifactId" : null } } ] } }, "Labels" : [ "library-update", "early-semver-minor", "semver-spec-minor", "commit-count:1" ] } --> Co-authored-by: scala-steward <leo+bot@xerial.org>
1 parent ff7b680 commit dae442a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ addCommandAlias("publishNativeSigned", s"projectNative/publishSigned")
2525

2626
val SCALA_3 = "3.8.3"
2727
val AIRFRAME_VERSION = "2026.1.6"
28-
val AWS_SDK_VERSION = "2.42.41"
28+
val AWS_SDK_VERSION = "2.44.1"
2929
val JS_JAVA_LOGGING_VERSION = "1.0.0"
3030
val JUNIT_PLATFORM_VERSION = "6.0.3"
3131
val SCALA_NATIVE_TEST_INTERFACE_VERSION = "0.5.11"

0 commit comments

Comments
 (0)