Toolkit icon indicating copy to clipboard operation
Toolkit copied to clipboard

Update better-files to 3.9.2

Open scala-steward opened this issue 2 years ago • 1 comments

Updates com.github.pathikrit:better-files from 3.9.1 to 3.9.2. GitHub Release Notes - Changelog - Version Diff

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.github.pathikrit", artifactId = "better-files" } ]

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

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "com.github.pathikrit", artifactId = "better-files" }
}]

labels: library-update, early-semver-patch, semver-spec-patch, commit-count:1

scala-steward avatar Feb 08 '23 19:02 scala-steward

Codecov Report

Merging #1494 (5b82a92) into develop (e45717c) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop    #1494   +/-   ##
========================================
  Coverage    13.79%   13.79%           
========================================
  Files            8        8           
  Lines           29       29           
  Branches         1        1           
========================================
  Hits             4        4           
  Misses          25       25           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov[bot] avatar Feb 08 '23 19:02 codecov[bot]