Skip to content

Commit

Permalink
Upgrade jmh
Browse files Browse the repository at this point in the history
  • Loading branch information
R1tschY committed Dec 17, 2023
1 parent 931aa00 commit d3075db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ dependencies {
testRuntimeOnly("org.slf4j:jul-to-slf4j:2.0.9")
testRuntimeOnly("org.slf4j:slf4j-simple:2.0.9")
"jmhImplementation"(project)
"jmhImplementation"("org.openjdk.jmh:jmh-core:1.36")
"jmhAnnotationProcessor"("org.openjdk.jmh:jmh-generator-annprocess:1.36")
"jmhImplementation"("org.openjdk.jmh:jmh-core:1.37")
"jmhAnnotationProcessor"("org.openjdk.jmh:jmh-generator-annprocess:1.37")

//errorprone("com.google.errorprone:error_prone_core:2.18.0")
}
Expand Down

0 comments on commit d3075db

Please sign in to comment.