We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 979cf1b commit ac4df2dCopy full SHA for ac4df2d
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.65-stable") {
12
exclude("org.yaml", "snakeyaml")
13
}
14
compileOnlyApi("xyz.jpenilla:squaremap-api:1.3.9")
0 commit comments