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