Skip to content

Commit e42d9b1

Browse files
committed
Updated to 1.21.5
1 parent 7a8dc27 commit e42d9b1

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

0 commit comments

Comments
 (0)