scala-steward icon indicating copy to clipboard operation
scala-steward copied to clipboard

Update scalacache-caffeine to 1.0.0-M6

Open scala-steward opened this issue 4 years ago • 2 comments

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

scala-steward avatar Nov 11 '21 11:11 scala-steward

Codecov Report

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

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.

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

codecov[bot] avatar Nov 11 '21 14:11 codecov[bot]

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.

fthomas avatar Nov 11 '21 18:11 fthomas

https://github.com/cb372/scalacache/issues/681

exoego avatar Oct 20 '22 00:10 exoego

Superseded by https://github.com/scala-steward-org/scala-steward/pull/2786

exoego avatar Nov 20 '22 04:11 exoego