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 d13f6d8 commit b0f2ec5Copy full SHA for b0f2ec5
build.gradle.kts
@@ -17,7 +17,7 @@ dependencies {
17
api("net.sf.trove4j:trove4j:3.0.3")
18
api("com.sun.xml.bind:jaxb-impl:4.0.5")
19
20
- api("us.ihmc:ihmc-commons:0.35.0")
+ api("us.ihmc:ihmc-commons:0.35.1")
21
api("us.ihmc:euclid-frame:0.22.2")
22
}
23
@@ -30,7 +30,7 @@ testDependencies {
30
api(ihmc.sourceSetProject("main"))
31
api(ihmc.sourceSetProject("filters"))
32
33
- api("us.ihmc:ihmc-commons-testing:0.34.0")
+ api("us.ihmc:ihmc-commons-testing:0.35.1")
34
api("us.ihmc:euclid-test:0.22.2")
35
api("org.apache.commons:commons-math3:3.3")
36
0 commit comments