Skip to content

Commit 27c9ab7

Browse files
committed
build: 1.21.9 for BungeeCord and Velocity
1 parent e1344cc commit 27c9ab7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bungee/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ configurations {
3030
}
3131

3232
dependencies {
33-
implementation 'bungee:BungeeCord:1997'
33+
implementation 'bungee:BungeeCord:2000'
3434
// implementation "net.md-5:bungeecord-proxy:1.+"
3535
// compileOnly 'org.projectlombok:lombok:1.18.24' // for bungeecord sources
3636

velocity/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies {
4242
// api 'com.velocitypowered:velocity-api:3.1.1'
4343
// annotationProcessor 'com.velocitypowered:velocity-api:3.1.1'
4444

45-
implementation 'velocity:3.4.0-SNAPSHOT:528'
45+
implementation 'velocity:3.4.0-SNAPSHOT:540'
4646
// annotationProcessor 'velocity:3.1.2-SNAPSHOT:139'
4747

4848
shadowInclude implementation(project(":common"))

0 commit comments

Comments
 (0)