Skip to content

Commit

Permalink
Release 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianMichael committed Nov 1, 2024
1 parent df636ae commit 5b47772
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ allprojects {
// For common source code
compileOnly "io.netty:netty-all:4.1.114.Final"

library "com.viaversion:viaversion-common:5.1.1-SNAPSHOT"
library "com.viaversion:viabackwards-common:5.1.1-SNAPSHOT"
library "com.viaversion:viaversion-common:5.1.1"
library "com.viaversion:viabackwards-common:5.1.1"
library "com.viaversion:viarewind-common:4.0.3"
library ("net.raphimc:ViaLegacy:3.0.5-SNAPSHOT") {
library ("net.raphimc:ViaLegacy:3.0.5") {
exclude group: "com.google.code.gson", module: "gson"
}
library "net.raphimc:viaaprilfools-common:3.0.4-SNAPSHOT"
library ("net.raphimc:ViaLoader:3.0.5-SNAPSHOT") {
library "net.raphimc:viaaprilfools-common:3.0.4"
library ("net.raphimc:ViaLoader:3.0.5-20241025.171921-1") {
exclude group: "com.google.guava"
exclude group: "org.slf4j"
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ org.gradle.daemon=false

# Project Details
maven_group=de.florianmichael
maven_version=3.7.1-SNAPSHOT
maven_version=3.8.0
maven_description=Client-side Implementation of the Via* projects for Minecraft Forge

slf4j_version=2.0.7
Expand Down

0 comments on commit 5b47772

Please sign in to comment.