mirror of
https://github.com/ViaVersion/ViaForge.git
synced 2024-11-07 09:59:36 +01:00
Bump version to 3.8.1-SNAPSHOT
This commit is contained in:
parent
5b47772881
commit
6ecdfe9be3
@ -56,11 +56,11 @@ allprojects {
|
||||
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") {
|
||||
library ("net.raphimc:ViaLegacy:3.0.6-SNAPSHOT") {
|
||||
exclude group: "com.google.code.gson", module: "gson"
|
||||
}
|
||||
library "net.raphimc:viaaprilfools-common:3.0.4"
|
||||
library ("net.raphimc:ViaLoader:3.0.5-20241025.171921-1") {
|
||||
library "net.raphimc:viaaprilfools-common:3.0.5-SNAPSHOT"
|
||||
library ("net.raphimc:ViaLoader:3.0.5-SNAPSHOT") {
|
||||
exclude group: "com.google.guava"
|
||||
exclude group: "org.slf4j"
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ org.gradle.daemon=false
|
||||
|
||||
# Project Details
|
||||
maven_group=de.florianmichael
|
||||
maven_version=3.8.0
|
||||
maven_version=3.8.1-SNAPSHOT
|
||||
maven_description=Client-side Implementation of the Via* projects for Minecraft Forge
|
||||
|
||||
slf4j_version=2.0.7
|
||||
|
Loading…
Reference in New Issue
Block a user