Skip to content

Dependency updates #409

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from
Open

Conversation

scala-steward
Copy link
Contributor

@scala-steward scala-steward commented Mar 19, 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 = "com.github.sbt", artifactId = "sbt-git" },
  { groupId = "com.github.sbt", artifactId = "sbt-pgp" },
  { groupId = "io.get-coursier", artifactId = "coursier" },
  { groupId = "org.scala-lang.modules", artifactId = "scala-collection-compat" },
  { groupId = "org.scala-native", artifactId = "sbt-scala-native" },
  { groupId = "org.scala-sbt", artifactId = "sbt" },
  { groupId = "org.scalameta", artifactId = "scalafmt-core" },
  { groupId = "org.scalatest", artifactId = "scalatest" },
  { groupId = "org.xerial.sbt", artifactId = "sbt-sonatype" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.github.sbt", artifactId = "sbt-git" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.github.sbt", artifactId = "sbt-pgp" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.get-coursier", artifactId = "coursier" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-lang.modules", artifactId = "scala-collection-compat" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-native", artifactId = "sbt-scala-native" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-sbt", artifactId = "sbt" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalatest", artifactId = "scalatest" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.xerial.sbt", artifactId = "sbt-sonatype" }
  }
]
labels: sbt-plugin-update, library-update, test-library-update, early-semver-minor, semver-spec-minor, early-semver-patch, semver-spec-patch, version-scheme:early-semver, commit-count:n:9

@scala-steward scala-steward force-pushed the update/all branch 2 times, most recently from 874f5a8 to 631f50d Compare March 23, 2025 14:10
@scala-steward scala-steward force-pushed the update/all branch 4 times, most recently from 0dac25b to 35574f3 Compare April 14, 2025 14:17
@scala-steward scala-steward force-pushed the update/all branch 4 times, most recently from 1167776 to 41cbe41 Compare April 22, 2025 13:54
@scala-steward scala-steward force-pushed the update/all branch 2 times, most recently from 22465b1 to 8d2b80a Compare April 26, 2025 13:30
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.

1 participant