typelevel / cats

Lightweight, modular, and extensible library for functional programming.
https://typelevel.org/cats/
Other
5.26k stars 1.21k forks source link

Update sbt-doctest to 0.11.0 #4668

Closed typelevel-steward[bot] closed 4 weeks ago

typelevel-steward[bot] commented 4 weeks ago

About this PR

šŸ“¦ Updates com.github.tkawachi:sbt-doctest from 0.10.0 to 0.11.0

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.10.0). You might want to review and update them manually. ``` CHANGES.md ```
āš™ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "com.github.tkawachi", artifactId = "sbt-doctest" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.github.tkawachi", artifactId = "sbt-doctest" } }] ```

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