dataunitylab / jsonoid-discovery

Distributed JSON schema discovery
https://dataunitylab.github.io/jsonoid-discovery/
MIT License
16 stars 3 forks source link

Update scalafmt-core to 3.8.3 #30

Closed scala-steward closed 1 month ago

scala-steward commented 1 month ago

About this PR

📦 Updates org.scalameta:scalafmt-core from 3.8.2 to 3.8.3

📜 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-patch, semver-spec-patch, commit-count:n:3

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 82.89%. Comparing base (7c84e99) to head (aaa6371).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #30 +/- ## ========================================== + Coverage 82.82% 82.89% +0.07% ========================================== Files 42 42 Lines 2783 2783 Branches 460 460 ========================================== + Hits 2305 2307 +2 + Misses 478 476 -2 ```

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