Skip to content

Conversation

@scala-steward
Copy link
Contributor

Updates com.lightbend.paradox:sbt-paradox from 0.9.2 to 0.10.2.
GitHub Release Notes - 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!

Files still referring to the old version number

The following files still refer to the old version number (0.9.2).
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.lightbend.paradox", artifactId = "sbt-paradox" } ]

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

dependencyOverrides = [{
  pullRequests = { frequency = "@monthly" },
  dependency = { groupId = "com.lightbend.paradox", artifactId = "sbt-paradox" }
}]

labels: sbt-plugin-update, early-semver-major, semver-spec-minor, old-version-remains, commit-count:1

@codecov
Copy link

codecov bot commented Jul 7, 2022

Codecov Report

Merging #666 (89cf593) into main (b2ebc9f) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #666   +/-   ##
=======================================
  Coverage   84.84%   84.84%           
=======================================
  Files         124      124           
  Lines        1623     1623           
  Branches       37       37           
=======================================
  Hits         1377     1377           
  Misses        246      246           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@mpilquist
Copy link
Member

Looks like we need a JVM upgrade on this one.

[error] (docs / Compile / paradoxProcessor) 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

@armanbilge
Copy link
Member

armanbilge commented Sep 21, 2022

I can help with that! Edit: oh darn, it's not using sbt-typelevel-settings, so no easy tlJdkRelease setting 😕

@mpilquist
Copy link
Member

Thoughts on moving to sbt-typelevel-settings?

@mpilquist mpilquist merged commit cc469ff into typelevel:main Sep 22, 2022
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.

3 participants