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 beac4d2 commit 71adb33Copy full SHA for 71adb33
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.5-R0.1-SNAPSHOT",
+ "compileOnly#org.spigotmc:spigot-api:1.21.7-R0.1-SNAPSHOT",
29
"compileOnly#net.md-5:bungeecord-api:1.21-R0.2-SNAPSHOT"
30
31
0 commit comments