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 ujson, upickle to 3.1.2 #2646

Merged
merged 4 commits into from
Jul 22, 2023

Conversation

scala-steward
Copy link
Contributor

About this PR

πŸ“¦ Updates

from 2.0.0 to 3.1.2 ⚠

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

πŸ” Files still referring to the old version number

The following files still refer to the old version number (2.0.0).
You might want to review and update them manually.

build.sbt
βš™ Adjust future updates

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

updates.ignore = [ { groupId = "com.lihaoyi" } ]

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

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

@codecov-commenter
Copy link

codecov-commenter commented Jul 21, 2023

Codecov Report

Merging #2646 (4b7d167) into main (92216b9) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #2646      +/-   ##
==========================================
+ Coverage   78.51%   78.53%   +0.01%     
==========================================
  Files         455      455              
  Lines       15795    15795              
  Branches     2573     2597      +24     
==========================================
+ Hits        12402    12404       +2     
+ Misses       3393     3391       -2     
Impacted Files Coverage Ξ”
...syte/apalache/io/lir/ItfCounterexampleWriter.scala 96.29% <100.00%> (ΓΈ)

... and 2 files with indirect coverage changes

πŸ“£ We’re building smart automated test selection to slash your CI/CD build times. Learn more

@shonfeder
Copy link
Contributor

Thanks for the fixes, @thpani!

We a hit a java OOM on the serialization tests for the ApalacheIR (unrelated to quint). But I reran on my machine with the failing seed via

> set Test / testOptions += Tests.Argument(TestFrameworks.ScalaTest, "-S", "4388206361308815438")
> ~tla_io/testOnly *TestUJsonToTla*

and hit no problems. So I think it's just a CI env issue.

@thpani thpani merged commit 8ce5374 into apalache-mc:main Jul 22, 2023
10 checks passed
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.

5 participants