Skip to content

Conversation

@typelevel-steward
Copy link
Contributor

About this PR

πŸ“¦ Updates

from 0.4.17 to 0.5.8

πŸ“œ GitHub Release Notes - Version Diff

Usage

βœ… Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. 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!

βš™ Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "org.scala-native" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.scala-native" }
}]
labels: library-update, early-semver-major, semver-spec-minor, commit-count:1

@mergify mergify bot added the dependencies label Jun 6, 2025
@NthPortal NthPortal added the help wanted Extra attention is needed label Aug 19, 2025
@NthPortal
Copy link
Contributor

this is preventing us upgrading cats-mtl I believe, which is a major problem that needs solving in short order

@iRevive
Copy link
Contributor

iRevive commented Aug 19, 2025

@NthPortal oof. This isn't good ☹️

To upgrade Scala Native to 0.5, we need to get a release of http4s first. In order to do this, we need to merge these PRs and publish an RC of every library:

Once it's done and we address all bags (if any), we can release CE 3.7 and repeat the release process for all libraries again. Quite a lot of work, to say the least 🫠

@NthPortal
Copy link
Contributor

@iRevive or we drop native support until all those things happen

@iRevive
Copy link
Contributor

iRevive commented Aug 21, 2025

If we drop Scala Native support, some projects, such as Skunk, will not be able to update.

@iRevive
Copy link
Contributor

iRevive commented Sep 11, 2025

See #1078

@iRevive iRevive closed this Sep 11, 2025
@iRevive iRevive deleted the update/nscplugin-0.5.8 branch September 11, 2025 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies help wanted Extra attention is needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants