Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update nscplugin, sbt-scala-native to 0.5.3 #2254

Open
wants to merge 5 commits into
base: series/0.14.x
Choose a base branch
from

Conversation

scala-steward
Copy link
Contributor

@scala-steward scala-steward commented Apr 17, 2024

About this PR

πŸ“¦ Updates

from 0.4.17 to 0.5.3

πŸ“œ 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

@hamnis
Copy link
Collaborator

hamnis commented Apr 17, 2024

Needs sbt-typelevel release, and follow up on sbt-circe-org
then scalacheck-1.18

Do want to abandon native 0.4, since that seems like what happens elsewhere?

@scala-steward scala-steward force-pushed the update/nscplugin-0.5.1 branch 3 times, most recently from 6b3f5ef to 3f59084 Compare April 23, 2024 14:33
@kciesielski
Copy link

@hamnis fyi all the dependencies you mentioned are now released.

@hamnis
Copy link
Collaborator

hamnis commented Apr 24, 2024

We also need typelevel/discipline-munit#286

@scala-steward scala-steward force-pushed the update/nscplugin-0.5.1 branch 2 times, most recently from 70c4156 to ff74814 Compare April 27, 2024 13:44
@scala-steward scala-steward force-pushed the update/nscplugin-0.5.1 branch 2 times, most recently from 9ff3da1 to 088d39c Compare May 5, 2024 11:02
@hamnis
Copy link
Collaborator

hamnis commented May 14, 2024

also needs typelevel/cats#4585

@hamnis
Copy link
Collaborator

hamnis commented May 28, 2024

We need jawn. typelevel/jawn#620

@hamnis
Copy link
Collaborator

hamnis commented May 30, 2024

needs cquiroz/scala-java-time#504

build.sbt Outdated
Comment on lines 28 to 29
val refinedVersion = "0.9.29"
val refinedNativeVersion = "0.11.1"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know the historical reason for those two being different, but hopefully the build can be simplified now that 0.11.2 is published for all the base versions needed for this PR: fthomas/refined#1274 (comment)

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the reason is binary compatibility.
We need to do #2276

@sideeffffect
Copy link
Contributor

@hamnis scala-java-time 2.6.0 for Scala Native 0.5.x has been released, please update the PR πŸ™
https://repo1.maven.org/maven2/io/github/cquiroz/scala-java-time_native0.5_3/2.6.0/

@hamnis hamnis changed the title Update nscplugin, sbt-scala-native to 0.5.1 Update nscplugin, sbt-scala-native to 0.5.3 Jun 7, 2024
@hamnis
Copy link
Collaborator

hamnis commented Jun 7, 2024

All dependencies updated, but the native build is hanging for some reason.

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.

None yet

5 participants