Cleanup dependencies

This commit is contained in:
Alexander Brandes
2023-08-09 20:52:18 +02:00
parent 50e45f07f0
commit e81980651e
11 changed files with 86 additions and 39 deletions

View File

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