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.
1 parent 7a8dc27 commit e42d9b1Copy full SHA for e42d9b1
src/main/java/me/TechsCode/GradeBasePlugin/GradleBasePlugin.java
@@ -25,7 +25,7 @@ public class GradleBasePlugin implements Plugin<Project> {
25
};
26
27
private static final String[] dependencies = new String[] {
28
- "compileOnly#org.spigotmc:spigot-api:1.21.4-R0.1-SNAPSHOT",
+ "compileOnly#org.spigotmc:spigot-api:1.21.5-R0.1-SNAPSHOT",
29
"compileOnly#net.md-5:bungeecord-api:1.21-R0.1-SNAPSHOT"
30
31
0 commit comments