We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1344cc commit 27c9ab7Copy full SHA for 27c9ab7
2 files changed
bungee/build.gradle
@@ -30,7 +30,7 @@ configurations {
30
}
31
32
dependencies {
33
- implementation 'bungee:BungeeCord:1997'
+ implementation 'bungee:BungeeCord:2000'
34
// implementation "net.md-5:bungeecord-proxy:1.+"
35
// compileOnly 'org.projectlombok:lombok:1.18.24' // for bungeecord sources
36
velocity/build.gradle
@@ -42,7 +42,7 @@ dependencies {
42
// api 'com.velocitypowered:velocity-api:3.1.1'
43
// annotationProcessor 'com.velocitypowered:velocity-api:3.1.1'
44
45
- implementation 'velocity:3.4.0-SNAPSHOT:528'
+ implementation 'velocity:3.4.0-SNAPSHOT:540'
46
// annotationProcessor 'velocity:3.1.2-SNAPSHOT:139'
47
48
shadowInclude implementation(project(":common"))
0 commit comments