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 scalacache-caffeine to 1.0.0-M6 #2340

Conversation

scala-steward
Copy link
Contributor

Updates com.github.cb372:scalacache-caffeine from 1.0.0-M5 to 1.0.0-M6.
GitHub Release Notes - Changelog - Version Diff

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!

Ignore future updates

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

updates.ignore = [ { groupId = "com.github.cb372", artifactId = "scalacache-caffeine" } ]

labels: library-update, early-semver-pre-release, semver-spec-pre-release

@codecov
Copy link

codecov bot commented Nov 11, 2021

Codecov Report

Base: 80.48% // Head: 80.48% // No change to project coverage 👍

Coverage data is based on head (33f6800) compared to base (39dd8db).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2340   +/-   ##
=======================================
  Coverage   80.48%   80.48%           
=======================================
  Files         149      149           
  Lines        2849     2849           
  Branches      197      200    +3     
=======================================
  Hits         2293     2293           
  Misses        556      556           
Impacted Files Coverage Δ
.../scala/org/scalasteward/core/util/UrlChecker.scala 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@fthomas
Copy link
Member

fthomas commented Nov 11, 2021

The Java 8 builds fail with:

java.lang.UnsupportedClassVersionError: com/github/benmanes/caffeine/cache/Caffeine has been compiled
by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only
recognizes class file versions up to 52.0

The new Caffeine version requires Java 11.

@exoego
Copy link
Contributor

exoego commented Oct 20, 2022

cb372/scalacache#681

@exoego exoego mentioned this pull request Nov 18, 2022
@exoego
Copy link
Contributor

exoego commented Nov 20, 2022

Superseded by #2786

@exoego exoego closed this Nov 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants