Skip to content

Commit

Permalink
⬆️ ihmc-commons 0.35.1 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
ds58 authored Feb 5, 2025
1 parent 0405671 commit be931b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ihmc-robotics-tools/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ihmc {
}

mainDependencies {
api("us.ihmc:ihmc-commons:0.35.0")
api("us.ihmc:ihmc-commons:0.35.1")
api("us.ihmc:euclid-frame:0.22.2")
api("us.ihmc:ihmc-yovariables:0.13.4")
api("us.ihmc:ihmc-yovariables-filters:0.13.4")
Expand All @@ -30,6 +30,6 @@ visualizersDependencies{
testDependencies {
api(ihmc.sourceSetProject("joint-kinematics"))
api("org.apache.commons:commons-math3:3.6.1")
api("us.ihmc:ihmc-commons-testing:0.35.0")
api("us.ihmc:ihmc-commons-testing:0.35.1")
api("com.google.guava:guava:18.0")
}
2 changes: 1 addition & 1 deletion ihmc-trajectory-optimization/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ihmc {

mainDependencies {
api("net.sf.trove4j:trove4j:3.0.3")
api("us.ihmc:ihmc-commons:0.34.0")
api("us.ihmc:ihmc-commons:0.35.1")
api("us.ihmc:ihmc-matrix-library:0.19.1")
}

Expand Down

0 comments on commit be931b9

Please sign in to comment.