Skip to content

Commit

Permalink
Merge branch 'release/0.19.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainBertrand committed Sep 8, 2022
2 parents 08aadc0 + f69841d commit fcb1dba
Show file tree
Hide file tree
Showing 19 changed files with 3,623 additions and 1,965 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

ihmc {
group = "us.ihmc"
version = "0.18.1"
version = "0.19.0"
vcsUrl = "https://github.com/ihmcrobotics/euclid"
openSource = true

Expand Down
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pluginManagement {
plugins {
id("us.ihmc.ihmc-build") version "0.28.0"
id("us.ihmc.ihmc-build") version "0.28.2"
}
}

Expand All @@ -10,7 +10,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath("us.ihmc:ihmc-build:0.28.0")
classpath("us.ihmc:ihmc-build:0.28.2")
}
}

Expand Down
Loading

0 comments on commit fcb1dba

Please sign in to comment.