typelevel / spire

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

Update apfloat to 1.12.0 #1295

Closed typelevel-steward[bot] closed 8 months ago

typelevel-steward[bot] commented 11 months ago

About this PR

📦 Updates org.apfloat:apfloat from 1.10.1 to 1.12.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

typelevel-steward[bot] commented 8 months ago

Superseded by #1318.