Skip to content

Commit

Permalink
🔖 ihmc-build 0.29.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ds58 committed Jun 20, 2024
1 parent 4e5c3f3 commit be608a6
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions ihmc-ros2-library/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.29.6"
id("us.ihmc.ihmc-build") version "0.29.7"
}
}

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

Expand Down
4 changes: 2 additions & 2 deletions ros2-common-interfaces/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pluginManagement {
gradlePluginPortal()
}
plugins {
id("us.ihmc.ihmc-build") version "0.29.6"
id("us.ihmc.ihmc-build") version "0.29.7"
}
}

Expand All @@ -13,7 +13,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath("us.ihmc:ihmc-build:0.29.6")
classpath("us.ihmc:ihmc-build:0.29.7")
}
}

Expand Down
4 changes: 2 additions & 2 deletions ros2-msg-to-idl-generator/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.29.6"
id("us.ihmc.ihmc-build") version "0.29.7"
}
}

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

Expand Down
4 changes: 2 additions & 2 deletions ros2-msg-to-pubsub-generator/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.29.6"
id("us.ihmc.ihmc-build") version "0.29.7"
}
}

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

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.29.6"
id("us.ihmc.ihmc-build") version "0.29.7"
}
}

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

Expand Down

0 comments on commit be608a6

Please sign in to comment.