Skip to content

Conversation

@scala-steward
Copy link
Contributor

@scala-steward scala-steward commented Oct 27, 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!

🔍 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.

build.sbt
project/project/PluginVersions.scala
⚙ Adjust future updates

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

updates.ignore = [
  { groupId = "org.scala-lang", artifactId = "scala-library" },
  { groupId = "org.scala-lang", artifactId = "scala-library" },
  { groupId = "org.scoverage", artifactId = "sbt-scoverage" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-lang", artifactId = "scala-library" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-lang", artifactId = "scala-library" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scoverage", artifactId = "sbt-scoverage" }
  }
]
labels: library-update, sbt-plugin-update, early-semver-patch, semver-spec-patch, early-semver-minor, semver-spec-minor, old-version-remains, commit-count:n:3

@scala-steward scala-steward force-pushed the update/scala-versions branch 3 times, most recently from 6799f52 to 085fd76 Compare November 30, 2025 14:45
@scala-steward scala-steward force-pushed the update/scala-versions branch 5 times, most recently from 62fd4a9 to b5a0a4f Compare December 10, 2025 14:32
@scala-steward scala-steward force-pushed the update/scala-versions branch 5 times, most recently from cc183db to 4a7bb80 Compare December 18, 2025 15:04
@scala-steward scala-steward force-pushed the update/scala-versions branch 6 times, most recently from e1d2e30 to 866cd38 Compare December 26, 2025 14:47
@scala-steward scala-steward force-pushed the update/scala-versions branch 4 times, most recently from 1d246cf to fd9fba6 Compare January 3, 2026 14:34
@scala-steward scala-steward force-pushed the update/scala-versions branch 5 times, most recently from 3a68614 to 5e0df2c Compare January 11, 2026 14:21
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