sbt / sbt-jacoco

an sbt plugin for JaCoCo Code Coverage
https://scala-sbt.org/sbt-jacoco/
Eclipse Public License 1.0
123 stars 67 forks source link

Update paradox-theme-generic, sbt-paradox to 0.10.2 #217

Closed scala-steward closed 1 year ago

scala-steward commented 2 years ago

Updates

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.lightbend.paradox" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "@monthly" }, dependency = { groupId = "com.lightbend.paradox" } }] ```

labels: library-update, early-semver-major, semver-spec-minor, commit-count:1

xuwei-k commented 2 years ago

[error] java.lang.UnsupportedClassVersionError: org/parboiled/trees/GraphNode 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

xuwei-k commented 2 years ago

https://github.com/lightbend/paradox/releases/tag/v0.10.0

This update enables using paradox when running your build with JDK 17 - at the expense of now requiring to run your build on at least JDK 11. If you need your build to run on JDK 8 your best bet is to stick with the paradox 0.9.x tree.

scala-steward commented 1 year ago

Superseded by #239.