Skip to content

Commit

Permalink
Bump tech.units:indriya from 2.2 to 2.2.1 (#1039)
Browse files Browse the repository at this point in the history
Bumps [tech.units:indriya](https://github.com/unitsofmeasurement/indriya) from 2.2 to 2.2.1.
- [Release notes](https://github.com/unitsofmeasurement/indriya/releases)
- [Commits](unitsofmeasurement/indriya@2.2...2.2.1)

---
updated-dependencies:
- dependency-name: tech.units:indriya
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 21, 2024
1 parent 28d2337 commit 741a2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ dependencies {
implementation 'org.apache.commons:commons-math3:3.6.1' // apache commons math3
implementation 'org.apache.poi:poi-ooxml:5.3.0' // used for FilenameUtils
implementation 'javax.measure:unit-api:2.2'
implementation 'tech.units:indriya:2.2' // quantities
implementation 'tech.units:indriya:2.2.1' // quantities
implementation "org.typelevel:squants_${scalaVersion}:1.8.3"
implementation 'org.apache.commons:commons-csv:1.12.0'
implementation 'org.scalanlp:breeze_2.13:2.1.0' // scientific calculations (http://www.scalanlp.org/)
Expand Down

0 comments on commit 741a2b2

Please sign in to comment.