Update sbt-mdoc to 2.6.5
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" }
}]
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.
Redundant