Skip to content

Commit

Permalink
⬆️ ihmc-commons 0.35.0 (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
calvertdw authored Nov 13, 2024
1 parent 1a53589 commit ab7e132
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
1 change: 1 addition & 0 deletions ihmc-footstep-planning/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ ihmc {
}

mainDependencies {
api("us.ihmc:ihmc-commons-testing:0.35.0")
api("us.ihmc:ihmc-perception:source")
api("us.ihmc:ihmc-whole-body-controller:source")
api("us.ihmc:ihmc-path-planning-data-sets:source")
Expand Down
4 changes: 2 additions & 2 deletions ihmc-interfaces/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ mainDependencies {
exclude(group = "org.junit.platform", module = "junit-platform-commons")
exclude(group = "org.junit.platform", module = "junit-platform-launcher")
}
api("us.ihmc:ihmc-commons:0.34.0")
api("us.ihmc:ihmc-commons:0.35.0")
}

testDependencies {
Expand All @@ -44,7 +44,7 @@ testDependencies {

generatorDependencies {
api("us.ihmc:euclid:0.21.0")
api("us.ihmc:ihmc-commons:0.34.0")
api("us.ihmc:ihmc-commons:0.35.0")
api("us.ihmc:ros2-msg-to-pubsub-generator:0.24.4")
}

Expand Down
2 changes: 1 addition & 1 deletion ihmc-java-toolkit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ mainDependencies {
api("xml-apis:xml-apis:2.0.2")
api("com.sun.xml.bind:jaxb-impl:4.0.5")

api("us.ihmc:ihmc-commons:0.34.0")
api("us.ihmc:ihmc-commons:0.35.0")
api("us.ihmc:log-tools:0.6.4")
api("us.ihmc:euclid-shape:0.21.0")
api("us.ihmc:euclid-geometry:0.21.0")
Expand Down
2 changes: 0 additions & 2 deletions ihmc-path-planning/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ testDependencies {

dataSetsDependencies {
api(ihmc.sourceSetProject("main"))

api("us.ihmc:ihmc-commons-testing:0.34.0")
}

task updateDataSetList {
Expand Down
4 changes: 2 additions & 2 deletions ihmc-robotics-toolkit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ mainDependencies {
api("us.ihmc:euclid-frame-shape:0.21.0")
api("us.ihmc:mecano:17-0.18.1")
api("us.ihmc:mecano-yovariables:17-0.18.1")
api("us.ihmc:ihmc-commons:0.34.0")
api("us.ihmc:ihmc-commons:0.35.0")
api("us.ihmc:ihmc-messager-kryo:0.2.0")
api("us.ihmc:ihmc-matrix-library:0.19.0")
api("us.ihmc:ihmc-graphics-description:0.25.1")
Expand All @@ -45,5 +45,5 @@ testDependencies {
api("us.ihmc:euclid-test:0.21.0")
api("us.ihmc:simulation-construction-set:0.25.1")
api("us.ihmc:ihmc-matrix-library-test:0.19.0")
api("us.ihmc:ihmc-commons-testing:0.34.0")
api("us.ihmc:ihmc-commons-testing:0.35.0")
}

0 comments on commit ab7e132

Please sign in to comment.