Skip to content

Update sbt-unidoc to 0.6.1#862

Merged
armanbilge merged 1 commit intomainfrom
update/sbt-unidoc-0.6.1
Feb 9, 2026
Merged

Update sbt-unidoc to 0.6.1#862
armanbilge merged 1 commit intomainfrom
update/sbt-unidoc-0.6.1

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

@erikerlandson
Copy link

I think this may fix erikerlandson/coulomb#704 for me

@armanbilge armanbilge merged commit 6724642 into main Feb 9, 2026
17 checks passed
@armanbilge armanbilge deleted the update/sbt-unidoc-0.6.1 branch February 9, 2026 14:51
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.

4 participants