Skip to content

Commit eb28f04

Browse files
committed
Add jmh-core to runtime
1 parent d0595c5 commit eb28f04

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ repositories {
1818
}
1919

2020
dependencies {
21+
implementation("org.openjdk.jmh:jmh-core:1.37")
2122
testImplementation(platform("org.junit:junit-bom:6.0.1"))
2223
testImplementation("org.junit.jupiter:junit-jupiter:6.0.1")
2324
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.1")

0 commit comments

Comments
 (0)