Skip to content

Commit

Permalink
⬆️ log-tools 0.6.5 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
ds58 authored Feb 6, 2025
1 parent 9591fad commit 119c5a4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ihmc-math/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("us.ihmc.ihmc-build")
id("us.ihmc.log-tools-plugin") version "0.6.4"
id("us.ihmc.log-tools-plugin") version "0.6.5"
}

ihmc {
Expand Down
4 changes: 2 additions & 2 deletions ihmc-parameter-tuner/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("us.ihmc.ihmc-build")
id("us.ihmc.log-tools-plugin") version "0.6.4"
id("us.ihmc.log-tools-plugin") version "0.6.5"
}

ihmc {
Expand All @@ -26,5 +26,5 @@ mainDependencies {
}

testDependencies {
api("us.ihmc:log-tools:0.6.4")
api("us.ihmc:log-tools:0.6.5")
}
2 changes: 1 addition & 1 deletion ihmc-robotics-tools/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("us.ihmc.ihmc-build")
id("us.ihmc.log-tools-plugin") version "0.6.4"
id("us.ihmc.log-tools-plugin") version "0.6.5"
}

ihmc {
Expand Down
2 changes: 1 addition & 1 deletion ihmc-trajectory-optimization/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("us.ihmc.ihmc-build")
id("us.ihmc.log-tools-plugin") version "0.6.4"
id("us.ihmc.log-tools-plugin") version "0.6.5"
}

ihmc {
Expand Down

0 comments on commit 119c5a4

Please sign in to comment.