Skip to content

Commit bfd04a0

Browse files
committed
Use new version 1.16
1 parent eeffb0d commit bfd04a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/jmh.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ sourceSets {
99
}
1010

1111
jmh {
12-
jmhVersion = '1.15'
12+
jmhVersion = '1.16'
1313
duplicateClassesStrategy = 'warn'
1414
failOnError = true
1515
// See https://github.com/melix/jmh-gradle-plugin
1616
// for other options
17-
}
17+
}

0 commit comments

Comments
 (0)