Skip to content

Commit

Permalink
⬆️ euclid 0.22.3 (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
ds58 authored Feb 6, 2025
1 parent 5d8c6a7 commit d4534c7
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion scs2-bullet-simulation/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ mainDependencies {
api("us.ihmc:scs2-definition:source")
api("us.ihmc:scs2-shared-memory:source")
api("us.ihmc:scs2-session:source")
api("us.ihmc:euclid-frame-shape:0.22.2")
api("us.ihmc:euclid-frame-shape:0.22.3")
api("us.ihmc:ihmc-messager:0.2.1")
api("us.ihmc:ihmc-yovariables:0.13.5")
api("us.ihmc:mecano-yovariables:17-0.19.0")
Expand Down
6 changes: 3 additions & 3 deletions scs2-definition/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ ihmc {
}

mainDependencies {
api("us.ihmc:euclid:0.22.2")
api("us.ihmc:euclid-shape:0.22.2")
api("us.ihmc:euclid-frame:0.22.2")
api("us.ihmc:euclid:0.22.3")
api("us.ihmc:euclid-shape:0.22.3")
api("us.ihmc:euclid-frame:0.22.3")
api("us.ihmc:ihmc-commons:0.35.1")
api("us.ihmc:ihmc-yovariables:0.13.5")
api("us.ihmc:mecano:17-0.19.0")
Expand Down
6 changes: 3 additions & 3 deletions scs2-session-visualizer-jfx/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ mainDependencies {
api(ihmc.javaFXModule("fxml", javaFXVersion))
api(ihmc.javaFXModule("swing", javaFXVersion))

api("us.ihmc:euclid:0.22.2")
api("us.ihmc:euclid-shape:0.22.2")
api("us.ihmc:euclid-frame:0.22.2")
api("us.ihmc:euclid:0.22.3")
api("us.ihmc:euclid-shape:0.22.3")
api("us.ihmc:euclid-frame:0.22.3")
api("us.ihmc:ihmc-graphics-description:0.26.0")
api("us.ihmc:ihmc-video-codecs:2.1.6")
api("us.ihmc:ihmc-javafx-extensions:17-0.2.1")
Expand Down
4 changes: 2 additions & 2 deletions scs2-shared-memory/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ ihmc {

mainDependencies {
api("us.ihmc:scs2-definition:source")
api("us.ihmc:euclid:0.22.2")
api("us.ihmc:euclid-frame:0.22.2")
api("us.ihmc:euclid:0.22.3")
api("us.ihmc:euclid-frame:0.22.3")
api("us.ihmc:ihmc-yovariables:0.13.5")
api("us.hebi.matlab.mat:mfl-core:0.5.7")
}
Expand Down
2 changes: 1 addition & 1 deletion scs2-simulation/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ mainDependencies {
api("us.ihmc:scs2-definition:source")
api("us.ihmc:scs2-shared-memory:source")
api("us.ihmc:scs2-session:source")
api("us.ihmc:euclid-frame-shape:0.22.2")
api("us.ihmc:euclid-frame-shape:0.22.3")
api("us.ihmc:ihmc-messager:0.2.0")
api("us.ihmc:mecano-yovariables:17-0.19.0")
}
Expand Down
4 changes: 2 additions & 2 deletions scs2-symbolic/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ mainDependencies {
api("us.ihmc:scs2-definition:source")
api("us.ihmc:scs2-shared-memory:source")

api("us.ihmc:euclid:0.22.2")
api("us.ihmc:euclid-frame:0.22.2")
api("us.ihmc:euclid:0.22.3")
api("us.ihmc:euclid-frame:0.22.3")
api("us.ihmc:ihmc-yovariables:0.13.5")
}

Expand Down

0 comments on commit d4534c7

Please sign in to comment.