Skip to content
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

Dependency Updates #536

Merged
merged 8 commits into from Apr 17, 2024
Merged

Dependency Updates #536

merged 8 commits into from Apr 17, 2024

Conversation

permutive-steward[bot]
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!

🔍 Files still referring to the old version numbers

The following files still refer to the old version numbers.
You might want to review and update them manually.

.git-blame-ignore-revs
⚙ Adjust future updates

Add these to your .scala-steward.conf file to ignore future updates of these dependencies:

updates.ignore = [
  { groupId = "com.auth0", artifactId = "java-jwt" },
  { groupId = "com.google.cloud", artifactId = "google-cloud-pubsub" },
  { groupId = "org.scala-lang", artifactId = "scala3-library" },
  { groupId = "org.scala-lang.modules", artifactId = "scala-collection-compat" },
  { groupId = "org.scalameta", artifactId = "scalafmt-core" },
  { groupId = "org.slf4j", artifactId = "slf4j-simple" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.auth0", artifactId = "java-jwt" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.google.cloud", artifactId = "google-cloud-pubsub" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-lang", artifactId = "scala3-library" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-lang.modules", artifactId = "scala-collection-compat" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.slf4j", artifactId = "slf4j-simple" }
  }
]
labels: library-update, test-library-update, early-semver-minor, semver-spec-minor, early-semver-patch, semver-spec-patch, version-scheme:semver-spec, version-scheme:early-semver, early-semver-major, semver-spec-major, old-version-remains, commit-count:n:6

@alejandrohdezma alejandrohdezma merged commit a54ad7e into main Apr 17, 2024
5 checks passed
@alejandrohdezma alejandrohdezma deleted the update/all branch April 17, 2024 09:04
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.

None yet

1 participant