fix: Use the correct bom version

This commit is contained in:
NotMyFault
2022-06-07 00:31:20 +02:00
parent 7257775dad
commit 00f089bcb7

View File

@ -66,7 +66,7 @@ subprojects {
}
dependencies {
implementation(platform("com.intellectualsites.bom:bom-newest:1.2"))
implementation(platform("com.intellectualsites.bom:bom-1.18.x:1.2"))
}
}