Skip to content

Conversation

@typelevel-steward
Copy link
Contributor

About this PR

πŸ“¦ Updates com.github.sbt:sbt-unidoc from 0.5.0 to 0.6.1

πŸ“œ GitHub 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 (0.5.0).
You might want to review and update them manually.

core/src/main/scala/org/typelevel/sbt/TypelevelPlugin.scala
github-actions/src/main/scala/org/typelevel/sbt/gha/JavaSpec.scala
kernel/src/main/scala/org/typelevel/sbt/TypelevelKernelPlugin.scala
kernel/src/test/scala/org/typelevel/sbt/kernel/VSuite.scala
scalafix/src/main/scala/org/typelevel/sbt/TypelevelScalafixPlugin.scala
βš™ Adjust future updates

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

updates.ignore = [ { groupId = "com.github.sbt", artifactId = "sbt-unidoc" } ]

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

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "com.github.sbt", artifactId = "sbt-unidoc" }
}]
labels: sbt-plugin-update, early-semver-major, semver-spec-minor, old-version-remains, commit-count:1

@mergify mergify bot added the sonatype label Jan 12, 2026
@mergify mergify bot requested a review from armanbilge January 12, 2026 09:26
@mpilquist
Copy link
Member

Note this PR unblocks/fixes sbt 1.12.0 support on Scala 3 when running doc. With the current version of sbt-unidoc included in sbt-typelevel, running doc on a Scala 3 project results in [error] java.lang.RuntimeException: java.lang.ClassNotFoundException: dotty.tools.dottydoc.Main

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant