Skip to content

Commit

Permalink
Merge pull request #223 from sullis/samples-with-version-066
Browse files Browse the repository at this point in the history
update samples to version 0.6.6
  • Loading branch information
melix committed Aug 29, 2022
2 parents 5040f25 + 151088c commit 823491b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/simple-java/groovy-dsl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
plugins {
id 'java-library'
id "me.champeau.jmh" version "0.6.1"
id "me.champeau.jmh" version "0.6.6"
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion samples/simple-java/kotlin-dsl/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
plugins {
`java-library`
id("me.champeau.jmh") version "0.6.1"
id("me.champeau.jmh") version "0.6.6"
}

repositories {
Expand Down

0 comments on commit 823491b

Please sign in to comment.