Toolkit icon indicating copy to clipboard operation
Toolkit copied to clipboard

Update scalafmt-core to 3.8.1

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

About this PR

📦 Updates org.scalameta:scalafmt-core from 3.6.1 to 3.8.1

📜 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 = "scalafmt-core" } ]

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

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" }
}]
labels: library-update, early-semver-minor, semver-spec-minor, commit-count:n:3

scala-steward avatar Mar 30 '24 21:03 scala-steward

Codecov Report

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

Project coverage is 13.79%. Comparing base (9700bd0) to head (942c5bc). Report is 4 commits behind head on develop.

:exclamation: Current head 942c5bc differs from pull request most recent head 21cc146. Consider uploading reports for the commit 21cc146 to get more accurate results

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #1567   +/-   ##
========================================
  Coverage    13.79%   13.79%           
========================================
  Files            8        8           
  Lines           29       29           
  Branches         1        1           
========================================
  Hits             4        4           
  Misses          25       25           

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

codecov[bot] avatar Mar 30 '24 21:03 codecov[bot]

Superseded by #1576.

scala-steward avatar Jun 14 '24 20:06 scala-steward