typo
This commit is contained in:
parent
b848070d57
commit
7eddcd237a
2 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
dependencies {
|
||||
api(project(":cloud-services"))
|
||||
testImplementation("org.openjdk.jmh", "jmh-core", Versions.jhm)
|
||||
testImplementation("org.openjdk.jmh", "jmh-generator-annprocess", Versions.jhm)
|
||||
testImplementation("org.openjdk.jmh", "jmh-core", Versions.jmh)
|
||||
testImplementation("org.openjdk.jmh", "jmh-generator-annprocess", Versions.jmh)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue