Commit 58446d8
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments