Skip to content

Commit fcb1dba

Browse files
Merge branch 'release/0.19.0'
2 parents 08aadc0 + f69841d commit fcb1dba

File tree

19 files changed

+3623
-1965
lines changed

19 files changed

+3623
-1965
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55

66
ihmc {
77
group = "us.ihmc"
8-
version = "0.18.1"
8+
version = "0.19.0"
99
vcsUrl = "https://github.com/ihmcrobotics/euclid"
1010
openSource = true
1111

settings.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pluginManagement {
22
plugins {
3-
id("us.ihmc.ihmc-build") version "0.28.0"
3+
id("us.ihmc.ihmc-build") version "0.28.2"
44
}
55
}
66

@@ -10,7 +10,7 @@ buildscript {
1010
mavenLocal()
1111
}
1212
dependencies {
13-
classpath("us.ihmc:ihmc-build:0.28.0")
13+
classpath("us.ihmc:ihmc-build:0.28.2")
1414
}
1515
}
1616

0 commit comments

Comments
 (0)