Skip to content

Commit 052a839

Browse files
committed
Updated to 1.21
1 parent 73e8a1a commit 052a839

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/me/TechsCode/GradeBasePlugin/GradleBasePlugin.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ public class GradleBasePlugin implements Plugin<Project> {
2525
};
2626

2727
private static final String[] dependencies = new String[] {
28-
"compileOnly#org.spigotmc:spigot-api:1.20.6-R0.1-SNAPSHOT",
29-
"compileOnly#net.md-5:bungeecord-api:1.20-R0.1-SNAPSHOT"
28+
"compileOnly#org.spigotmc:spigot-api:1.21-R0.1-SNAPSHOT",
29+
"compileOnly#net.md-5:bungeecord-api:1.21-R0.1-SNAPSHOT"
3030
};
3131

3232
private static final String[] relocations = new String[] {

0 commit comments

Comments
 (0)