We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2382fc4 commit 89a0f9fCopy full SHA for 89a0f9f
1 file changed
common/build.gradle.kts
@@ -8,7 +8,7 @@ dependencies {
8
api(platform("org.spongepowered:configurate-bom:4.2.0"))
9
api("org.spongepowered:configurate-yaml")
10
11
- compileOnlyApi("io.papermc.paper:paper-api:1.20.1-R0.1-SNAPSHOT") {
+ compileOnlyApi("io.papermc.paper:paper-api:26.1.2.build.63-stable") {
12
exclude("org.yaml", "snakeyaml")
13
}
14
compileOnlyApi("xyz.jpenilla:squaremap-api:1.3.9")
0 commit comments