Skip to content

Scala compiler updates#570

Open
scala-steward wants to merge 2 commits intozio:developfrom
scala-steward:update/scala-versions
Open

Scala compiler updates#570
scala-steward wants to merge 2 commits intozio:developfrom
scala-steward:update/scala-versions

Conversation

@scala-steward
Copy link
Copy Markdown
Contributor

@scala-steward scala-steward commented Dec 28, 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 = "scala3-compiler" },
  { 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 = "scala3-compiler" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scoverage", artifactId = "sbt-scoverage" }
  }
]
labels: library-update, sbt-plugin-update, early-semver-patch, semver-spec-patch, version-scheme:semver-spec, early-semver-minor, semver-spec-minor, old-version-remains, commit-count:n:2

@scala-steward scala-steward force-pushed the update/scala-versions branch 4 times, most recently from 1411bc2 to 9028aeb Compare February 5, 2026 06:01
@scala-steward scala-steward force-pushed the update/scala-versions branch 4 times, most recently from 79928ef to 42b35b9 Compare February 13, 2026 02:44
@scala-steward scala-steward force-pushed the update/scala-versions branch 4 times, most recently from 2f63345 to 7b88172 Compare February 20, 2026 22:52
@scala-steward scala-steward force-pushed the update/scala-versions branch 4 times, most recently from 2d6edb0 to feaea05 Compare March 1, 2026 00:57
@scala-steward scala-steward force-pushed the update/scala-versions branch 4 times, most recently from a661d74 to 61d5bc3 Compare March 8, 2026 21:31
@scala-steward scala-steward force-pushed the update/scala-versions branch 4 times, most recently from 64b5db7 to dc4e4cf Compare March 17, 2026 03:39
@scala-steward scala-steward force-pushed the update/scala-versions branch 4 times, most recently from cb1a6ed to 5177aad Compare March 25, 2026 00:36
@scala-steward scala-steward force-pushed the update/scala-versions branch 4 times, most recently from 919c31b to f8af038 Compare April 1, 2026 23:09
@scala-steward scala-steward force-pushed the update/scala-versions branch 4 times, most recently from 6cbf307 to c989708 Compare April 10, 2026 03:08
@scala-steward scala-steward force-pushed the update/scala-versions branch from c989708 to 710916d Compare April 11, 2026 21:42
@scala-steward scala-steward force-pushed the update/scala-versions branch from 710916d to de5877d Compare April 14, 2026 01:37
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