Skip to content

Update deps#40

Open
scala-steward wants to merge 4 commits intoVirtusLab:mainfrom
scala-steward:update/all_1813365100
Open

Update deps#40
scala-steward wants to merge 4 commits intoVirtusLab:mainfrom
scala-steward:update/all_1813365100

Conversation

@scala-steward
Copy link
Copy Markdown
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.

scripts/akka-to-pekko.sed
examples/pekko-persistence-app/build.sbt
project/Dependencies.scala
⚙ 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-http" },
  { groupId = "org.apache.pekko", artifactId = "pekko-http-cors" },
  { groupId = "org.apache.pekko", artifactId = "pekko-http-spray-json" },
  { 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-http" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.apache.pekko", artifactId = "pekko-http-cors" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.apache.pekko", artifactId = "pekko-http-spray-json" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.apache.pekko", artifactId = "pekko-persistence-jdbc" }
  }
]
labels: library-update, test-library-update, early-semver-minor, semver-spec-minor, version-scheme:semver-spec, old-version-remains, commit-count:n:3

@PawelLipski PawelLipski force-pushed the main branch 2 times, most recently from ae50633 to 878d4ab Compare October 5, 2024 07:41
@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
@PawelLipski PawelLipski force-pushed the main branch 2 times, most recently from 682f94c to f07df31 Compare February 26, 2025 12:28
@PawelLipski PawelLipski force-pushed the main branch 2 times, most recently from 4573408 to 64a3cde Compare March 6, 2025 08:33
@PawelLipski PawelLipski force-pushed the main branch 2 times, most recently from 59d89b8 to b18a1a8 Compare March 25, 2025 09:26
@PawelLipski PawelLipski force-pushed the main branch 2 times, most recently from 8f25fe3 to 637d6c1 Compare October 2, 2025 10:11
@PawelLipski PawelLipski force-pushed the main branch 4 times, most recently from 059bd44 to 0b092a0 Compare October 10, 2025 11:49
@PawelLipski PawelLipski force-pushed the main branch 2 times, most recently from bfd85ad to c46bb65 Compare November 27, 2025 08:05
@PawelLipski PawelLipski force-pushed the main branch 2 times, most recently from ff6e323 to 0007fdf Compare December 13, 2025 09:11
@PawelLipski PawelLipski force-pushed the main branch 2 times, most recently from d80abcd to 492e75c Compare December 23, 2025 17:53
@PawelLipski PawelLipski force-pushed the main branch 5 times, most recently from c14fff7 to 360897a Compare February 3, 2026 09:46
@PawelLipski PawelLipski force-pushed the main branch 2 times, most recently from 91aa705 to fc91298 Compare February 7, 2026 09:31
@PawelLipski PawelLipski force-pushed the main branch 3 times, most recently from 2305839 to ddd2af1 Compare February 15, 2026 20:05
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