diff options
| author | Krakenied <Krakenied1@gmail.com> | 2022-04-16 17:26:22 +0200 |
|---|---|---|
| committer | Krakenied <Krakenied1@gmail.com> | 2022-04-16 17:26:22 +0200 |
| commit | d794ebdc9112c3028fc8b7deea01c89a6d4b9d39 (patch) | |
| tree | b2d8a7e98d114fc35df475ca9a53141be3e7d23c /bukkit | |
| parent | d0ca0f47a5fdbcfd12323cc8446c92513b741d72 (diff) | |
Bump spigot-api to 1.17.1 for new events support
Diffstat (limited to 'bukkit')
| -rw-r--r-- | bukkit/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bukkit/build.gradle b/bukkit/build.gradle index 33ef7e84..1c46bb23 100644 --- a/bukkit/build.gradle +++ b/bukkit/build.gradle @@ -48,7 +48,7 @@ repositories { dependencies { compileOnly project(':common') // Spigot - compileOnly ('org.spigotmc:spigot-api:1.16.4-R0.1-SNAPSHOT') { + compileOnly ('org.spigotmc:spigot-api:1.17.1-R0.1-SNAPSHOT') { exclude group: 'net.md-5', module: 'bungeecord-chat' exclude group: 'com.google.guava', module: 'guava' exclude group: 'org.yaml', module: 'snakeyaml' |
