We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48d0c56 + d4670c8 commit bd00617Copy full SHA for bd00617
api/build.gradle.kts
@@ -27,7 +27,7 @@ repositories {
27
dependencies {
28
compileOnly("io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT")
29
30
- compileOnlyApi(platform("com.intellectualsites.bom:bom-newest:1.51"))
+ compileOnlyApi(platform("com.intellectualsites.bom:bom-newest:1.52"))
31
compileOnlyApi("com.fastasyncworldedit:FastAsyncWorldEdit-Core") { isTransitive = false }
32
compileOnlyApi("com.fastasyncworldedit:FastAsyncWorldEdit-Bukkit") {
33
exclude("org.jetbrains", "annotations")
0 commit comments