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 3271d2c commit cd6e9a6Copy full SHA for cd6e9a6
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.3-R0.1-SNAPSHOT",
+ "compileOnly#org.spigotmc:spigot-api:1.21.4-R0.1-SNAPSHOT",
29
"compileOnly#net.md-5:bungeecord-api:1.21-R0.1-SNAPSHOT"
30
31
0 commit comments