Skip to content

Commit

Permalink
Release 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphiMC committed May 5, 2024
1 parent c0d6edc commit 01c94f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,16 @@ repositories {
}

dependencies {
include "com.viaversion:viaversion-common:4.10.1-SNAPSHOT"
include "com.viaversion:viabackwards-common:4.10.1-SNAPSHOT"
include "com.viaversion:viarewind-common:3.1.1-SNAPSHOT"
include "net.raphimc:ViaLegacy:2.2.23-SNAPSHOT"
include "net.raphimc:ViaAprilFools:2.0.12-SNAPSHOT"
include "com.viaversion:viaversion-common:4.10.1"
include "com.viaversion:viabackwards-common:4.10.1"
include "com.viaversion:viarewind-common:3.1.1"
include "net.raphimc:ViaLegacy:2.2.22"
include "net.raphimc:ViaAprilFools:2.0.12"
include("net.raphimc:ViaBedrock:0.0.7-SNAPSHOT") {
exclude group: "io.netty"
exclude group: "io.jsonwebtoken"
}
include("net.raphimc:ViaLoader:2.2.14-SNAPSHOT") {
include("net.raphimc:ViaLoader:2.2.13") {
exclude group: "org.slf4j", module: "slf4j-api"
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ org.gradle.configureondemand=true

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

0 comments on commit 01c94f8

Please sign in to comment.