cats icon indicating copy to clipboard operation
cats copied to clipboard

Update sbt-doctest to 0.11.4

Open typelevel-steward[bot] opened this issue 3 months ago • 1 comments

About this PR

📦 Updates io.github.sbt-doctest:sbt-doctest from 0.11.3 to 0.11.4

📜 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!

⚙ Adjust future updates

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

updates.ignore = [ { groupId = "io.github.sbt-doctest", artifactId = "sbt-doctest" } ]

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

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "io.github.sbt-doctest", artifactId = "sbt-doctest" }
}]
labels: sbt-plugin-update, early-semver-minor, semver-spec-patch, commit-count:1

typelevel-steward[bot] avatar Sep 15 '25 04:09 typelevel-steward[bot]

Reran because graalvm ran out of memory.

rossabaker avatar Sep 16 '25 22:09 rossabaker