Skip to content

Commit

Permalink
⬆️ euclid 0.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rjgriffin42 committed Oct 29, 2024
1 parent 6694030 commit 58ba4e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

ihmc {
group = "us.ihmc"
version = "0.13.2
version = "0.13.2"
vcsUrl = "https://github.com/ihmcrobotics/ihmc-yovariables"
openSource = true
maintainer = "Robert Griffin ([email protected])"
Expand All @@ -20,7 +20,7 @@ dependencies {
api("com.sun.xml.bind:jaxb-impl:4.0.5")

api("us.ihmc:ihmc-commons:0.34.0")
api("us.ihmc:euclid-frame:0.22.1")
api("us.ihmc:euclid-frame:0.22.2")
}

filtersDependencies {
Expand All @@ -33,6 +33,6 @@ testDependencies {
api(ihmc.sourceSetProject("filters"))

api("us.ihmc:ihmc-commons-testing:0.34.0")
api("us.ihmc:euclid-test:0.22.1")
api("us.ihmc:euclid-test:0.22.2")
api("org.apache.commons:commons-math3:3.3")
}

0 comments on commit 58ba4e4

Please sign in to comment.