Bump JMH version to most current

This commit is contained in:
Bruce Eckel 2016-08-09 11:42:12 -06:00
parent a17f939fd9
commit 1feee27c31

View File

@ -150,7 +150,7 @@ subprojects {
}
jmh {
jmhVersion = '1.12'
jmhVersion = '1.13'
}
List createdTasks = []
@ -230,7 +230,7 @@ subprojects {
configure(subprojects - project(':onjava')) {
dependencies {
compile project(':onjava')
compile 'org.openjdk.jmh:jmh-core:1.12'
compile 'org.openjdk.jmh:jmh-core:1.13'
}
}