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 72b92fe commit 7c418fbCopy full SHA for 7c418fb
build.gradle.kts
@@ -19,7 +19,7 @@ dependencies {
19
api("net.sf.trove4j:trove4j:3.0.3")
20
api("com.sun.xml.bind:jaxb-impl:4.0.5")
21
22
- api("us.ihmc:ihmc-commons:0.33.0")
+ api("us.ihmc:ihmc-commons:0.34.0")
23
api("us.ihmc:euclid-frame:0.22.0")
24
}
25
@@ -32,7 +32,7 @@ testDependencies {
32
api(ihmc.sourceSetProject("main"))
33
api(ihmc.sourceSetProject("filters"))
34
35
- api("us.ihmc:ihmc-commons-testing:0.33.0")
+ api("us.ihmc:ihmc-commons-testing:0.34.0")
36
api("us.ihmc:euclid-test:0.22.0")
37
api("org.apache.commons:commons-math3:3.3")
38
0 commit comments