Skip to content

Commit

Permalink
⬆️ euclid 0.22.3 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
ds58 authored Feb 6, 2025
1 parent b3d4b3e commit 10d919f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ihmc-robotics-tools/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ihmc {

mainDependencies {
api("us.ihmc:ihmc-commons:0.35.1")
api("us.ihmc:euclid-frame:0.22.2")
api("us.ihmc:euclid-frame:0.22.3")
api("us.ihmc:ihmc-yovariables:0.13.5")
api("us.ihmc:ihmc-yovariables-filters:0.13.5")
api("us.ihmc:ihmc-graphics-description:0.26.0")
Expand Down
4 changes: 2 additions & 2 deletions ihmc-trajectory-optimization/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ testDependencies {

examplesDependencies {
api(ihmc.sourceSetProject("main"))
api("us.ihmc:euclid-frame:0.22.2")
api("us.ihmc:euclid-geometry:0.22.2")
api("us.ihmc:euclid-frame:0.22.3")
api("us.ihmc:euclid-geometry:0.22.3")
api("us.ihmc:ihmc-yovariables:0.13.5")
api("us.ihmc:simulation-construction-set:0.25.3")
}
Expand Down

0 comments on commit 10d919f

Please sign in to comment.