We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a80e55c commit 7b3173aCopy full SHA for 7b3173a
2 files changed
bungee/build.gradle
@@ -28,7 +28,7 @@ configurations {
28
}
29
30
dependencies {
31
- implementation 'bungee:BungeeCord:1934'
+ implementation 'bungee:BungeeCord:1974'
32
// implementation "net.md-5:bungeecord-proxy:1.+"
33
// compileOnly 'org.projectlombok:lombok:1.18.24' // for bungeecord sources
34
velocity/build.gradle
@@ -40,7 +40,7 @@ dependencies {
40
// api 'com.velocitypowered:velocity-api:3.1.1'
41
// annotationProcessor 'com.velocitypowered:velocity-api:3.1.1'
42
43
- implementation 'velocity:3.4.0-SNAPSHOT:496'
+ implementation 'velocity:3.4.0-SNAPSHOT:512'
44
// annotationProcessor 'velocity:3.1.2-SNAPSHOT:139'
45
46
shadowInclude implementation(project(":common"))
0 commit comments