Skip to content

Conversation

@gu-scala-steward-public-repos
Copy link
Contributor

About this PR

Updates:

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 = "com.amazonaws", artifactId = "aws-lambda-java-core" }
]

Or, add these to slow down future updates of these dependencies:

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.amazonaws", artifactId = "aws-lambda-java-core" }
  }
]
labels: dependencies

Copy link
Member

@johnduffell johnduffell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the only change is adding a method so no impact on existing code aws/aws-lambda-java-libs#545

@johnduffell johnduffell merged commit 561637c into main Jun 5, 2025
3 checks passed
@johnduffell johnduffell deleted the update/aws branch June 5, 2025 11:30
@johnduffell
Copy link
Member

not worth pushing a new version as it's not going to impact the actual code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants