Skip to content

Commit

Permalink
⬆️ ihmc-commons 0.33.0
Browse files Browse the repository at this point in the history
⬆️ euclid 0.22.0
  • Loading branch information
rjgriffin42 committed Oct 24, 2024
1 parent 8946aea commit 9a79104
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@ dependencies {
api("net.sf.trove4j:trove4j:3.0.3")
api("com.sun.xml.bind:jaxb-impl:4.0.5")

api("us.ihmc:ihmc-commons:0.32.0")
api("us.ihmc:euclid-frame:0.21.0")
// api("org.ejml:ejml-ddense:0.39")
api("us.ihmc:ihmc-commons:0.33.0")
api("us.ihmc:euclid-frame:0.22.0")
}

testDependencies {
api("us.ihmc:ihmc-commons-testing:0.32.0")
api("us.ihmc:euclid-test:0.21.0")
api("us.ihmc:ihmc-commons-testing:0.33.0")
api("us.ihmc:euclid-test:0.22.0")
api("org.apache.commons:commons-math3:3.3")
}

0 comments on commit 9a79104

Please sign in to comment.