Skip to content

Dependency updates#589

Closed
scala-steward wants to merge 3 commits into7mind:developfrom
scala-steward:update/all
Closed

Dependency updates#589
scala-steward wants to merge 3 commits into7mind:developfrom
scala-steward:update/all

Conversation

@scala-steward
Copy link
Copy Markdown
Contributor

@scala-steward scala-steward commented Apr 20, 2025

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 = "io.7mind.izumi", artifactId = "fundamentals-bio" },
  { groupId = "org.asynchttpclient", artifactId = "async-http-client" },
  { groupId = "org.scalameta", artifactId = "scalameta" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.7mind.izumi", artifactId = "fundamentals-bio" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.asynchttpclient", artifactId = "async-http-client" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "scalameta" }
  }
]
labels: library-update, sbt-plugin-update, early-semver-patch, semver-spec-patch, early-semver-minor, semver-spec-minor, version-scheme:semver-spec, commit-count:n:3

@scala-steward scala-steward requested a review from neko-kai as a code owner April 20, 2025 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants