Skip to content

Commit c82e85f

Browse files
authored
Merge pull request #19 from ihmcrobotics/release/0.13.3
Release/0.13.3
2 parents 06562e7 + d8cfee5 commit c82e85f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66

77
ihmc {
88
group = "us.ihmc"
9-
version = "0.13.2"
9+
version = "0.13.3"
1010
vcsUrl = "https://github.com/ihmcrobotics/ihmc-yovariables"
1111
openSource = true
1212
maintainer = "Robert Griffin (rgriffin@ihmc.org)"
@@ -20,7 +20,7 @@ dependencies {
2020
api("com.sun.xml.bind:jaxb-impl:4.0.5")
2121

2222
api("us.ihmc:ihmc-commons:0.34.0")
23-
api("us.ihmc:euclid-frame:0.22.0")
23+
api("us.ihmc:euclid-frame:0.22.2")
2424
}
2525

2626
filtersDependencies {
@@ -33,6 +33,6 @@ testDependencies {
3333
api(ihmc.sourceSetProject("filters"))
3434

3535
api("us.ihmc:ihmc-commons-testing:0.34.0")
36-
api("us.ihmc:euclid-test:0.22.0")
36+
api("us.ihmc:euclid-test:0.22.2")
3737
api("org.apache.commons:commons-math3:3.3")
3838
}

0 commit comments

Comments
 (0)