Update bom

This commit is contained in:
Alexander Brandes
2023-07-05 16:06:15 +02:00
parent ccdb002ade
commit 67fd31ce4c
2 changed files with 2 additions and 2 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.9"))
"implementation"(platform("com.intellectualsites.bom:bom-1.18.x:1.31"))
}
tasks.named("assemble") {