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-events" }
]

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

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

Copy link
Contributor

@emdash-ie emdash-ie left a comment

Choose a reason for hiding this comment

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

Looks like the only change from 3.15.0 is aws/aws-lambda-java-libs#548, which shouldn’t cause us any trouble.

@emdash-ie emdash-ie merged commit 9ffb3f2 into main Jun 26, 2025
3 checks passed
@emdash-ie emdash-ie deleted the update/aws branch June 26, 2025 09:39
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