mill-kotlin icon indicating copy to clipboard operation
mill-kotlin copied to clipboard

Update mill-main to 0.11.13

Open scala-steward opened this issue 1 year ago • 1 comments

About this PR

📦 Updates com.lihaoyi:mill-main from 0.11.12 to 0.11.13

📜 GitHub Release Notes - 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 = "com.lihaoyi", artifactId = "mill-main" } ]

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

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "com.lihaoyi", artifactId = "mill-main" }
}]
labels: library-update, early-semver-minor, semver-spec-patch, commit-count:1

scala-steward avatar Nov 15 '24 17:11 scala-steward

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 75.00%. Comparing base (a415e17) to head (662b840).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #137   +/-   ##
=======================================
  Coverage   75.00%   75.00%           
=======================================
  Files           4        4           
  Lines          16       16           
  Branches        1        1           
=======================================
  Hits           12       12           
  Misses          4        4           

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

codecov[bot] avatar Nov 15 '24 17:11 codecov[bot]