From c0770b01292a94cde41b22953ad5e58e3edb3e8e Mon Sep 17 00:00:00 2001 From: William Date: Tue, 17 Oct 2023 14:20:45 +0100 Subject: [PATCH] Support 1.20.2, bump dependencies --- .github/workflows/ci.yml | 14 ++++++++++++++ .github/workflows/release.yml | 14 ++++++++++++++ bukkit/build.gradle | 4 ++-- bungee/build.gradle | 2 +- common/build.gradle | 2 +- 5 files changed, 32 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7ea059..8ab9e0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,11 +70,25 @@ jobs: hangar-version-type: Alpha modrinth-version-type: alpha game-versions: | + 1.16 + 1.16.1 + 1.16.2 + 1.16.3 + 1.16.4 1.16.5 + 1.17 1.17.1 + 1.18 + 1.18.1 1.18.2 + 1.19 + 1.19.1 + 1.19.2 + 1.19.3 1.19.4 + 1.20 1.20.1 + 1.20.2 modrinth-dependencies: | unsignedvelocity | suggests | * signedvelocity | suggests | * diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ee7d7b9..1e6d2aa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,11 +58,25 @@ jobs: version-type: release changelog: ${{ github.event.release.body }} game-versions: | + 1.16 + 1.16.1 + 1.16.2 + 1.16.3 + 1.16.4 1.16.5 + 1.17 1.17.1 + 1.18 + 1.18.1 1.18.2 + 1.19 + 1.19.1 + 1.19.2 + 1.19.3 1.19.4 + 1.20 1.20.1 + 1.20.2 loaders: | bungeecord velocity diff --git a/bukkit/build.gradle b/bukkit/build.gradle index 29ce426..1ffc1ea 100644 --- a/bukkit/build.gradle +++ b/bukkit/build.gradle @@ -2,14 +2,14 @@ dependencies { implementation project(path: ':common') implementation 'org.bstats:bstats-bukkit:3.0.2' - implementation 'net.kyori:adventure-platform-bukkit:4.3.0' + implementation 'net.kyori:adventure-platform-bukkit:4.3.1' implementation 'space.arim.morepaperlib:morepaperlib:0.4.3' compileOnly 'org.spigotmc:spigot-api:1.16.5-R0.1-SNAPSHOT' compileOnly 'commons-io:commons-io:2.13.0' compileOnly 'dev.dejvokep:boosted-yaml:1.3.1' compileOnly 'de.themoep:minedown-adventure:1.7.2-SNAPSHOT' - compileOnly 'me.clip:placeholderapi:2.11.3' + compileOnly 'me.clip:placeholderapi:2.11.4' compileOnly 'org.jetbrains:annotations:24.0.1' } diff --git a/bungee/build.gradle b/bungee/build.gradle index 39007f1..842782d 100644 --- a/bungee/build.gradle +++ b/bungee/build.gradle @@ -2,7 +2,7 @@ dependencies { implementation project(path: ':common') implementation 'org.bstats:bstats-bungeecord:3.0.2' - implementation 'net.kyori:adventure-platform-bungeecord:4.3.0' + implementation 'net.kyori:adventure-platform-bungeecord:4.3.1' compileOnly 'net.md-5:bungeecord-api:1.20-R0.1-SNAPSHOT' compileOnly 'commons-io:commons-io:2.13.0' diff --git a/common/build.gradle b/common/build.gradle index 87a6b40..e8a8dfd 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -18,7 +18,7 @@ dependencies { compileOnly 'net.william278:papiproxybridge:1.2.2' compileOnly 'net.kyori:adventure-api:4.14.0' compileOnly 'net.luckperms:api:5.4' - compileOnly 'com.github.Spicord.Spicord:spicord-common:5.1.0' + compileOnly 'com.github.Spicord.Spicord:spicord-common:5.1.1' compileOnly 'net.dv8tion:JDA:5.0.0-beta.4' testImplementation 'net.william278:ProfanityCheckerAPI:2.0.1'