Update dependency org.spigotmc:spigot-api to v1.20.1-experimental-SNAPSHOT

This commit is contained in:
renovate[bot]
2025-07-27 08:18:32 +00:00
committed by GitHub
parent 73111a5f56
commit a5113497cd

View File

@@ -18,7 +18,7 @@ repositories {
}
dependencies {
compileOnly("org.spigotmc:spigot-api:1.20.1-R0.1-SNAPSHOT")
compileOnly("org.spigotmc:spigot-api:1.20.1-experimental-SNAPSHOT")
}
def targetJavaVersion = 17