typelevel / spire

Powerful new number types and numeric abstractions for Scala.
http://typelevel.org/spire/
MIT License
1.76k stars 242 forks source link

Update apfloat to 1.14.0 #1334

Open typelevel-steward[bot] opened 1 month ago

typelevel-steward[bot] commented 1 month ago

About this PR

📦 Updates org.apfloat:apfloat from 1.10.1 to 1.14.0

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

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