Skip to content

Commit 71adb33

Browse files
committed
Updated to 1.21.6 & 1.21.7
1 parent beac4d2 commit 71adb33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.5-R0.1-SNAPSHOT",
28+
"compileOnly#org.spigotmc:spigot-api:1.21.7-R0.1-SNAPSHOT",
2929
"compileOnly#net.md-5:bungeecord-api:1.21-R0.2-SNAPSHOT"
3030
};
3131

0 commit comments

Comments
 (0)