Skip to content

Commit 58446d8

Browse files
Update for group aws-sdk (#256)
## About this PR Updates: * 📦 software.amazon.awssdk:bedrockruntime from `2.37.5` to `2.38.5` ## 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/61ad65418ecca03c6cb60b5317445bd9e60f7a53/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.37.5", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null } ], "newerVersions" : [ "2.38.5" ], "newerGroupId" : null, "newerArtifactId" : null } } ] } }, "Labels" : [ "library-update", "early-semver-minor", "semver-spec-minor", "commit-count:1" ] } --> Co-authored-by: scala-steward <[email protected]>
1 parent eea0c40 commit 58446d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges
44

55
val SCALA_3 = "3.7.3"
66
val AIRFRAME_VERSION = "2025.1.19"
7-
val AWS_SDK_VERSION = "2.37.5"
7+
val AWS_SDK_VERSION = "2.38.5"
88
val JS_JAVA_LOGGING_VERSION = "1.0.0"
99

1010
// Common build settings

0 commit comments

Comments
 (0)