Skip to content

Commit

Permalink
⬆️ ihmc-build 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ds58 committed Nov 15, 2024
1 parent 5409289 commit 1c68de2
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions scs2-bullet-simulation/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 "1.0.0"
id("us.ihmc.ihmc-build") version "1.1.0"
}
}

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

Expand Down
4 changes: 2 additions & 2 deletions scs2-definition/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 "1.0.0"
id("us.ihmc.ihmc-build") version "1.1.0"
}
}

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

Expand Down
4 changes: 2 additions & 2 deletions scs2-examples/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 "1.0.0"
id("us.ihmc.ihmc-build") version "1.1.0"
}
}

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

Expand Down
4 changes: 2 additions & 2 deletions scs2-session-logger/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 "1.0.0"
id("us.ihmc.ihmc-build") version "1.1.0"
}
}

Expand All @@ -11,7 +11,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath("us.ihmc:ihmc-build:1.0.0")
classpath("us.ihmc:ihmc-build:1.1.0")
}
}

Expand Down
4 changes: 2 additions & 2 deletions scs2-session-visualizer-jfx/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 "1.0.0"
id("us.ihmc.ihmc-build") version "1.1.0"
}
}

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

Expand Down
4 changes: 2 additions & 2 deletions scs2-session-visualizer/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 "1.0.0"
id("us.ihmc.ihmc-build") version "1.1.0"
}
}

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

Expand Down
4 changes: 2 additions & 2 deletions scs2-session/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 "1.0.0"
id("us.ihmc.ihmc-build") version "1.1.0"
}
}

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

Expand Down
4 changes: 2 additions & 2 deletions scs2-shared-memory/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 "1.0.0"
id("us.ihmc.ihmc-build") version "1.1.0"
}
}

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

Expand Down
4 changes: 2 additions & 2 deletions scs2-simulation-construction-set/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 "1.0.0"
id("us.ihmc.ihmc-build") version "1.1.0"
}
}

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

Expand Down
4 changes: 2 additions & 2 deletions scs2-simulation/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 "1.0.0"
id("us.ihmc.ihmc-build") version "1.1.0"
}
}

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

Expand Down
4 changes: 2 additions & 2 deletions scs2-symbolic/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 "1.0.0"
id("us.ihmc.ihmc-build") version "1.1.0"
}
}

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

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

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

Expand Down

0 comments on commit 1c68de2

Please sign in to comment.