johnynek / bosatsu

A python-ish pure and total functional programming language
Apache License 2.0
222 stars 11 forks source link

Update ff4s to 0.24.0 #1160

Closed scala-steward closed 4 months ago

scala-steward commented 4 months ago

About this PR

📦 Updates io.github.buntec:ff4s from 0.23.0 to 0.24.0

📜 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 = "io.github.buntec", artifactId = "ff4s" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "io.github.buntec", artifactId = "ff4s" } }] ```

labels: library-update, early-semver-major, semver-spec-minor, version-scheme:early-semver, commit-count:1

codecov-commenter commented 4 months ago

Codecov Report

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

Project coverage is 91.46%. Comparing base (04a0e87) to head (64ff35b). Report is 3 commits behind head on main.

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1160 +/- ## ========================================== + Coverage 91.32% 91.46% +0.13% ========================================== Files 96 96 Lines 11846 11874 +28 Branches 2675 2675 ========================================== + Hits 10818 10860 +42 + Misses 1028 1014 -14 ```

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