Skip to content

Commit f386a90

Browse files
committed
build: Update Spigot API dependency to 1.21.11-R0.2-SNAPSHOT
1 parent 5ec4521 commit f386a90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/me/TechsCode/GradeBasePlugin/GradleBasePlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class GradleBasePlugin implements Plugin<Project> {
2525
};
2626

2727
private static final String[] dependencies = new String[] {
28-
"compileOnly#org.spigotmc:spigot-api:1.21.10-R0.1-SNAPSHOT",
28+
"compileOnly#org.spigotmc:spigot-api:1.21.11-R0.2-SNAPSHOT",
2929
"compileOnly#net.md-5:bungeecord-api:1.21-R0.4-SNAPSHOT"
3030
};
3131

0 commit comments

Comments
 (0)