Closed gu-scala-steward-public-repos[bot] closed 7 months ago
Updates:
2.20.162
2.25.6
✅ 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 file.
.scala-steward.conf
Have a fantastic day writing Scala!
labels: dependencies, library-update, early-semver-minor, semver-spec-minor, commit-count:1
About this PR
Updates:
2.20.162
to2.25.6
2.20.162
to2.25.6
2.20.162
to2.25.6
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
file.Have a fantastic day writing Scala!
âš™ Adjust future updates
Add these to your `.scala-steward.conf` file to ignore future updates of these dependencies: ``` updates.ignore = [ { groupId = "software.amazon.awssdk", artifactId = "dynamodb" }, { groupId = "software.amazon.awssdk", artifactId = "sns" }, { groupId = "software.amazon.awssdk", artifactId = "url-connection-client" } ] ``` Or, add these to slow down future updates of these dependencies: ``` dependencyOverrides = [ { pullRequests = { frequency = "30 days" }, dependency = { groupId = "software.amazon.awssdk", artifactId = "dynamodb" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "software.amazon.awssdk", artifactId = "sns" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "software.amazon.awssdk", artifactId = "url-connection-client" } } ] ```labels: dependencies, library-update, early-semver-minor, semver-spec-minor, commit-count:1