Skip to content
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.

Commit

Permalink
Support 1.20.2, bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
WiIIiam278 committed Oct 17, 2023
1 parent f1ce19c commit c0770b0
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 4 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 | *
Expand Down
14 changes: 14 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions bukkit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

Expand Down
2 changes: 1 addition & 1 deletion bungee/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit c0770b0

Please sign in to comment.