magnolify icon indicating copy to clipboard operation
magnolify copied to clipboard

Update sbt-mdoc to 2.6.5

Open scala-steward opened this issue 9 months ago • 1 comments

About this PR

📦 Updates org.scalameta:sbt-mdoc from 2.6.4 to 2.6.5

📜 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 = "org.scalameta", artifactId = "sbt-mdoc" } ]

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

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

scala-steward avatar Mar 18 '25 00:03 scala-steward

Codecov Report

:white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 95.39%. Comparing base (576d6e1) to head (e0b5ea4). :warning: Report is 20 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1152   +/-   ##
=======================================
  Coverage   95.39%   95.39%           
=======================================
  Files          57       57           
  Lines        1996     1996           
  Branches      171      171           
=======================================
  Hits         1904     1904           
  Misses         92       92           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov[bot] avatar Mar 18 '25 00:03 codecov[bot]

Redundant

kellen avatar Oct 22 '25 20:10 kellen