We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0595c5 commit eb28f04Copy full SHA for eb28f04
1 file changed
build.gradle.kts
@@ -18,6 +18,7 @@ repositories {
18
}
19
20
dependencies {
21
+ implementation("org.openjdk.jmh:jmh-core:1.37")
22
testImplementation(platform("org.junit:junit-bom:6.0.1"))
23
testImplementation("org.junit.jupiter:junit-jupiter:6.0.1")
24
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.1")
0 commit comments