twitter / bijection

Reversible conversions between types
Apache License 2.0
656 stars 124 forks source link

Update scalafmt-core to 3.0.8 #551

Closed scala-steward closed 2 years ago

scala-steward commented 3 years ago

Updates org.scalameta:scalafmt-core from 3.0.7 to 3.0.8. GitHub Release Notes - 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!

Ignore 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" } ] ```

labels: library-update, early-semver-patch, semver-spec-patch

codecov-commenter commented 3 years ago

Codecov Report

Merging #551 (e7fb820) into develop (3731038) will increase coverage by 0.12%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #551      +/-   ##
===========================================
+ Coverage    60.29%   60.42%   +0.12%     
===========================================
  Files           53       53              
  Lines         1539     1539              
  Branches        30       30              
===========================================
+ Hits           928      930       +2     
+ Misses         611      609       -2     
Impacted Files Coverage Δ
.../main/scala/com/twitter/bijection/Conversion.scala 75.00% <ø> (ø)
...scala/com/twitter/bijection/StringInjections.scala 93.75% <ø> (ø)
...witter/bijection/macros/impl/IsCaseClassImpl.scala 100.00% <ø> (ø)
...-/com/twitter/bijection/CollectionInjections.scala 96.55% <0.00%> (+6.89%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3731038...e7fb820. Read the comment docs.