mirror of
https://github.com/ViaVersion/ViaFabricPlus.git
synced 2024-11-22 11:56:21 +01:00
Updated dependencies
This commit is contained in:
parent
19194f8bc6
commit
1aec3cfa89
@ -57,7 +57,6 @@ dependencies {
|
||||
library "com.github.FlorianMichael:Classic4J:${project.classic4j_version}"
|
||||
library ("net.raphimc:ViaLoader:${project.vialoader_version}") {
|
||||
exclude group: "org.slf4j", module: "slf4j-api"
|
||||
exclude group: "org.yaml", module: "snakeyaml"
|
||||
}
|
||||
|
||||
library "com.viaversion:viaversion:${project.viaversion_version}"
|
||||
@ -66,10 +65,9 @@ dependencies {
|
||||
exclude group: "io.netty", module: "netty-all"
|
||||
exclude group: "com.google.guava", module: "guava"
|
||||
}
|
||||
library "org.yaml:snakeyaml:${project.snake_yml_version}"
|
||||
|
||||
library ("net.raphimc:ViaLegacy:${project.vialegacy_version}") {
|
||||
exclude group: "net.lenni0451.mcstructs", module: "text"
|
||||
exclude group: "com.google.code.gson", module: "gson"
|
||||
}
|
||||
library "net.raphimc:ViaAprilFools:${project.viaaprilfools_version}"
|
||||
library ("net.raphimc:ViaBedrock:${project.viabedrock_version}") {
|
||||
@ -89,9 +87,6 @@ dependencies {
|
||||
exclude group: "io.netty", module: "netty-transport"
|
||||
}
|
||||
|
||||
library ("net.lenni0451.mcstructs:text:${project.mcstructs_text_version}") {
|
||||
exclude group: "com.google.code.gson", module: "gson"
|
||||
}
|
||||
library "net.lenni0451:Reflect:${project.reflect_version}"
|
||||
|
||||
include implementation(annotationProcessor("com.github.llamalad7.mixinextras:mixinextras-fabric:${project.mixin_extras_version}"))
|
||||
|
@ -20,17 +20,15 @@ classic4j_version=1.2.0
|
||||
# viaversion (and required) libs
|
||||
viaversion_version=4.7.1-SNAPSHOT
|
||||
viabackwards_version=4.7.1-SNAPSHOT
|
||||
snake_yml_version=2.0
|
||||
|
||||
# raphimc libs
|
||||
vialegacy_version=2.2.17
|
||||
vialegacy_version=2.2.18-SNAPSHOT
|
||||
viaaprilfools_version=2.0.8-SNAPSHOT
|
||||
viabedrock_version=0.0.2-SNAPSHOT
|
||||
minecraftauth_version=2.1.4-SNAPSHOT
|
||||
vialoader_version=2.2.5
|
||||
|
||||
# lenni0451 libs
|
||||
mcstructs_text_version=2.2.5
|
||||
reflect_version=1.2.0
|
||||
|
||||
# other libs
|
||||
|
@ -22,7 +22,7 @@ import de.florianmichael.viafabricplus.ViaFabricPlus;
|
||||
import de.florianmichael.viafabricplus.base.FileSaver;
|
||||
import net.raphimc.mcauth.MinecraftAuth;
|
||||
import net.raphimc.mcauth.step.bedrock.StepMCChain;
|
||||
import net.raphimc.mcauth.step.bedrock.playfab.StepPlayFabToken;
|
||||
import net.raphimc.mcauth.step.bedrock.StepPlayFabToken;
|
||||
import net.raphimc.mcauth.util.MicrosoftConstants;
|
||||
import org.apache.http.impl.client.CloseableHttpClient;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user