Skip to content

Commit

Permalink
⬆️ scs2 17-0.28.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ds58 committed Feb 6, 2025
1 parent 49585e7 commit 3990c6a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ihmc-avatar-interfaces/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mainDependencies {
api("com.github.sh0nk:matplotlib4j:0.5.0")

api("us.ihmc:mecano-graphviz:17-0.19.2")
api("us.ihmc:scs2-bullet-simulation:17-0.28.6")
api("us.ihmc:scs2-bullet-simulation:17-0.28.7")

api("us.ihmc:ihmc-humanoid-behaviors:source")
api("us.ihmc:ihmc-graphics-jmonkeyengine:source")
Expand Down
2 changes: 1 addition & 1 deletion ihmc-common-walking-control-modules/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ testDependencies {
visualizersDependencies {
api(ihmc.sourceSetProject("main"))
api("us.ihmc:simulation-construction-set:0.25.3")
api("us.ihmc:scs2-simulation-construction-set:17-0.28.6")
api("us.ihmc:scs2-simulation-construction-set:17-0.28.7")

var javaFXVersion = "17.0.8"
api(ihmc.javaFXModule("base", javaFXVersion))
Expand Down
4 changes: 2 additions & 2 deletions ihmc-high-level-behaviors/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ testDependencies {
api(ihmc.sourceSetProject("libgdx"))
api("us.ihmc:ihmc-graphics-libgdx-test:source")
api("us.ihmc:ihmc-path-planning-test:source")
api("us.ihmc:scs2-examples:17-0.28.6")
api("us.ihmc:scs2-bullet-simulation-test:17-0.28.6")
api("us.ihmc:scs2-examples:17-0.28.7")
api("us.ihmc:scs2-bullet-simulation-test:17-0.28.7")
api("us.ihmc:example-simulations:source")
}
2 changes: 1 addition & 1 deletion ihmc-robotics-toolkit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ mainDependencies {
api("us.ihmc:ihmc-graphics-description:0.26.2")
api("us.ihmc:simulation-construction-set-utilities:0.25.3")
api("us.ihmc:ihmc-native-library-loader:2.0.3")
api("us.ihmc:scs2-definition:17-0.28.6")
api("us.ihmc:scs2-definition:17-0.28.7")
api("us.ihmc:ihmc-math-linear-algebra:0.15.3")
// NOTE: IHMCRoboticsToolkit should not depend on any other IHMC project(!), especially it should not depend on IHMCJavaToolkit.
}
Expand Down
2 changes: 1 addition & 1 deletion simulation-construction-set-tools/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ihmc {

mainDependencies {
api("us.ihmc:simulation-construction-set:0.25.3")
api("us.ihmc:scs2-simulation-construction-set:17-0.28.6")
api("us.ihmc:scs2-simulation-construction-set:17-0.28.7")
api("us.ihmc:ihmc-parameter-optimization:source")
api("us.ihmc:ihmc-java-toolkit:source")
api("com.github.stephengold:Minie:7.6.0")
Expand Down

0 comments on commit 3990c6a

Please sign in to comment.