Skip to content

Scala compiler updates#570

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

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

Conversation

@scala-steward

@scala-steward scala-steward commented Dec 28, 2025

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.

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 6174e3d to 1577298 Compare April 26, 2026 00:10
@scala-steward scala-steward force-pushed the update/scala-versions branch 4 times, most recently from 8b1bd11 to a0500bf Compare May 4, 2026 00:19
@scala-steward scala-steward force-pushed the update/scala-versions branch 4 times, most recently from 2d86d2e to 87e49fb Compare May 12, 2026 10:07
@scala-steward scala-steward force-pushed the update/scala-versions branch 4 times, most recently from 89f8f3c to 6cc6123 Compare May 19, 2026 21:15
@scala-steward scala-steward force-pushed the update/scala-versions branch 6 times, most recently from 8a10c26 to b813188 Compare May 27, 2026 17:45
@scala-steward scala-steward force-pushed the update/scala-versions branch 4 times, most recently from c3bdcbc to e6101d8 Compare June 4, 2026 21:46
@scala-steward scala-steward force-pushed the update/scala-versions branch 2 times, most recently from d4ca989 to 27308c3 Compare June 8, 2026 19:41
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