Skip to content

Commit

Permalink
Update Via* libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianMichael committed Jan 11, 2025
1 parent 58f05b8 commit 7d6088e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,16 @@ repositories {
}

dependencies {
include "com.viaversion:viaversion-common:5.2.1"
include "com.viaversion:viabackwards-common:5.2.1"
include "com.viaversion:viarewind-common:4.0.5"
include "net.raphimc:ViaLegacy:3.0.7"
include "com.viaversion:viaaprilfools-common:4.0.0"
include "com.viaversion:viaversion-common:5.2.2-SNAPSHOT"
include "com.viaversion:viabackwards-common:5.2.2-SNAPSHOT"
include "com.viaversion:viarewind-common:4.0.6-SNAPSHOT"
include "net.raphimc:ViaLegacy:3.0.8-SNAPSHOT"
include "com.viaversion:viaaprilfools-common:4.0.1-SNAPSHOT"
include("net.raphimc:ViaBedrock:0.0.14-SNAPSHOT") {
exclude group: "io.netty"
exclude group: "io.jsonwebtoken"
}
include("com.viaversion:vialoader:4.0.0") {
include("com.viaversion:vialoader:4.0.1-SNAPSHOT") {
exclude group: "org.slf4j", module: "slf4j-api"
}

Expand Down

0 comments on commit 7d6088e

Please sign in to comment.