Fix enforced Platform.
This commit is contained in:
parent
88744d0ec9
commit
6c00da9413
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ kotlin {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation(enforcedPlatform("de.pheerai:kotlin-crawler-app-bom:${getFromExtra<String>("pheeraiBomVersion")}"))
|
implementation(platform("de.pheerai:kotlin-crawler-app-bom:${getFromExtra<String>("pheeraiBomVersion")}"))
|
||||||
|
|
||||||
testImplementation("io.kotest", "kotest-runner-junit5-jvm")
|
testImplementation("io.kotest", "kotest-runner-junit5-jvm")
|
||||||
testImplementation("io.kotest", "kotest-assertions-core-jvm")
|
testImplementation("io.kotest", "kotest-assertions-core-jvm")
|
||||||
|
|
Loading…
Reference in a new issue