akka-sensors icon indicating copy to clipboard operation
akka-sensors copied to clipboard

Update sbt-sonatype to 3.11.3

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

About this PR

📦 Updates org.xerial.sbt:sbt-sonatype from 3.11.2 to 3.11.3

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

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

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

scala-steward avatar Aug 21 '24 16:08 scala-steward

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

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

Project coverage is 69.66%. Comparing base (a38cff8) to head (eecacdd). Report is 5 commits behind head on master.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #417      +/-   ##
==========================================
+ Coverage   68.22%   69.66%   +1.44%     
==========================================
  Files          25       25              
  Lines         598      633      +35     
  Branches       88       81       -7     
==========================================
+ Hits          408      441      +33     
- Misses        190      192       +2     

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

codecov-commenter avatar Aug 21 '24 16:08 codecov-commenter