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

Update deps #39

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

scala-steward
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.

examples/pekko-persistence-app/build.sbt
project/Dependencies.scala
scripts/akka-to-pekko.sed
βš™ Adjust future updates

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

updates.ignore = [
  { groupId = "org.apache.pekko", artifactId = "pekko-persistence-jdbc" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.apache.pekko", artifactId = "pekko-persistence-jdbc" }
  }
]
labels: library-update, early-semver-minor, semver-spec-minor, version-scheme:semver-spec, old-version-remains, commit-count:1

@PawelLipski PawelLipski force-pushed the main branch 2 times, most recently from 3b0ec6b to ae50633 Compare October 3, 2024 12:56
@PawelLipski PawelLipski force-pushed the main branch 2 times, most recently from 06c684c to cfe57c2 Compare October 13, 2024 09:38
@PawelLipski PawelLipski force-pushed the main branch 2 times, most recently from 62342f1 to aafca5c Compare November 26, 2024 08:17
@PawelLipski PawelLipski force-pushed the main branch 2 times, most recently from a76ecde to 3eaa09d Compare December 4, 2024 16:25
@PawelLipski PawelLipski force-pushed the main branch 2 times, most recently from 396e17c to 2522ad1 Compare January 4, 2025 11:37
@PawelLipski PawelLipski force-pushed the main branch 2 times, most recently from a85a677 to e087b82 Compare January 20, 2025 16:47
@PawelLipski PawelLipski force-pushed the main branch 2 times, most recently from 5ca7a7b to c5e4a8d Compare February 4, 2025 22: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