We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67ecf79 commit f3773e4Copy full SHA for f3773e4
build.gradle
@@ -57,7 +57,7 @@ dependencies {
57
implementation "com.typesafe.scala-logging:scala-logging_$scalaVersion:3.9.5"
58
59
implementation 'javax.measure:unit-api:2.2' // quantities
60
- implementation 'tech.units:indriya:2.2.2' // quantities
+ implementation 'tech.units:indriya:2.2.3' // quantities
61
implementation 'com.google.code.gson:gson:2.13.1' // java serialization, POJOs -> JSON
62
implementation 'org.apache.commons:commons-lang3:3.17.0' // for HashCodeBuilder
63
implementation 'org.apache.commons:commons-math3:3.6.1' // mathematics and statistics components
0 commit comments