Skip to content

Commit

Permalink
Updated to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Greazi-Times committed Jun 30, 2024
1 parent 73e8a1a commit 052a839
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ public class GradleBasePlugin implements Plugin<Project> {
};

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

private static final String[] relocations = new String[] {
Expand Down

0 comments on commit 052a839

Please sign in to comment.