Skip to content

Commit

Permalink
Release 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphiMC committed Jul 28, 2024
1 parent 703f3f5 commit 57d3428
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,16 @@ repositories {
}

dependencies {
include "com.viaversion:viaversion-common:5.0.2-SNAPSHOT"
include "com.viaversion:viabackwards-common:5.0.2-SNAPSHOT"
include "com.viaversion:viarewind-common:4.0.2-SNAPSHOT"
include "net.raphimc:ViaLegacy:3.0.2-SNAPSHOT"
include "net.raphimc:viaaprilfools-common:3.0.1-SNAPSHOT"
include "com.viaversion:viaversion-common:5.0.2"
include "com.viaversion:viabackwards-common:5.0.2"
include "com.viaversion:viarewind-common:4.0.2"
include "net.raphimc:ViaLegacy:3.0.2"
include "net.raphimc:viaaprilfools-common:3.0.1"
include("net.raphimc:ViaBedrock:0.0.10-SNAPSHOT") {
exclude group: "io.netty"
exclude group: "io.jsonwebtoken"
}
include("net.raphimc:ViaLoader:3.0.2-SNAPSHOT") {
include("net.raphimc:ViaLoader:3.0.2") {
exclude group: "org.slf4j", module: "slf4j-api"
}

Expand All @@ -87,7 +87,7 @@ dependencies {
exclude group: "com.google.code.gson", module: "gson"
}
include "net.lenni0451.commons:swing:1.5.1"
include("net.raphimc.netminecraft:all:2.5.1-SNAPSHOT") {
include("net.raphimc.netminecraft:all:2.5.1-20240724.182357-3") {
exclude group: "com.google.code.gson", module: "gson"
}
include("net.raphimc:MinecraftAuth:4.1.0") {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ org.gradle.jvmargs=-Xmx2G

maven_group=net.raphimc
maven_name=ViaProxy
maven_version=3.3.2-SNAPSHOT
maven_version=3.3.2

0 comments on commit 57d3428

Please sign in to comment.