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 upickle to 4.0.0 #108

Closed
wants to merge 1 commit into from
Closed

Conversation

tarao-scala-steward[bot]
Copy link
Contributor

About this PR

πŸ“¦ Updates com.lihaoyi:upickle from 3.3.1 to 4.0.0 ⚠

πŸ“œ GitHub Release Notes - 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 = "com.lihaoyi", artifactId = "upickle" } ]

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

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "com.lihaoyi", artifactId = "upickle" }
}]
labels: library-update, early-semver-major, semver-spec-major, version-scheme:semver-spec, commit-count:1

@tarao
Copy link
Owner

tarao commented Jul 28, 2024

It fails due to TASTy incompatibility between Scala 3.3.3 and 3.4.2.

[error] class file upickle/default.class is broken, reading aborted with class dotty.tools.tasty.UnpickleException
[error] TASTy signature has wrong version.
[error]  expected: {majorVersion: 28, minorVersion: 3}
[error]  found   : {majorVersion: 28, minorVersion: 4}
[error]
[error] This TASTy file was produced by a more recent, forwards incompatible release.
[error] To read this TASTy file, please upgrade your tooling.
[error] The TASTy file was produced by Scala 3.4.2.

@xuwei-k
Copy link
Contributor

xuwei-k commented Aug 21, 2024

@tarao-scala-steward
Copy link
Contributor Author

Superseded by #115.

@tarao-scala-steward tarao-scala-steward bot deleted the update/upickle-4.0.0 branch August 25, 2024 00:30
@tarao tarao mentioned this pull request Sep 16, 2024
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.

2 participants