Fix enforced Platform.

This commit is contained in:
Oliver Rümpelein 2021-06-28 21:01:15 +02:00
parent 88744d0ec9
commit 6c00da9413
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ kotlin {
}
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-assertions-core-jvm")