Skip to content

Commit

Permalink
build(deps): bump org.apfloat:apfloat from 1.10.1 to 1.14.0
Browse files Browse the repository at this point in the history
Bumps [org.apfloat:apfloat](https://github.com/mtommila/apfloat) from 1.10.1 to 1.14.0.
- [Commits](mtommila/apfloat@1.10.1...1.14.0)

---
updated-dependencies:
- dependency-name: org.apfloat:apfloat
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent b80827b commit e54b814
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ dependencies {
minecraftLibraries(it)
implementation(it)
include(it)
minecraftLibraries("org.apfloat:apfloat:1.10.1")
minecraftLibraries("org.apfloat:apfloat:1.14.0")
minecraftLibraries("org.jheaps:jheaps:0.14")
include("org.apfloat:apfloat:1.10.1")
include("org.apfloat:apfloat:1.14.0")
include("org.jheaps:jheaps:0.14")
}
}
Expand Down

0 comments on commit e54b814

Please sign in to comment.