build: Update bom to 1.9

This commit is contained in:
Alexander Brandes
2022-06-27 16:52:27 +02:00
parent 3212dddb2d
commit dbfb521795
3 changed files with 2 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ fun Project.applyPaperweightAdapterConfiguration() {
dependencies {
"implementation"(project(":worldedit-bukkit"))
"implementation"(platform("com.intellectualsites.bom:bom-1.18.x:1.5"))
"implementation"(platform("com.intellectualsites.bom:bom-1.18.x:1.9"))
}
tasks.named("assemble") {