Skip to content

Commit

Permalink
Go back to snapshot versions
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianMichael committed Oct 30, 2024
1 parent a0b43f7 commit 19f2264
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@ dependencies {

modCompileOnly "com.terraformersmc:modmenu:11.0.3"

jij "com.viaversion:viaversion-common:5.1.1-20241029.135713-16"
jij "com.viaversion:viabackwards-common:5.1.1-20241029.140148-8"
jij "net.raphimc:viaaprilfools-common:3.0.4-20241029.140018-3"
jij "net.raphimc:ViaLegacy:3.0.5-20241028.223112-3"
jij ("net.raphimc:ViaBedrock:0.0.13-20241029.113655-3") {
jij "com.viaversion:viaversion-common:5.1.1-SNAPSHOT"
jij "com.viaversion:viabackwards-common:5.1.1-SNAPSHOT"
jij "net.raphimc:viaaprilfools-common:3.0.4-SNAPSHOT"
jij "net.raphimc:ViaLegacy:3.0.5-SNAPSHOT"
jij ("net.raphimc:ViaBedrock:0.0.13-SNAPSHOT") {
exclude group: "io.jsonwebtoken"
exclude group: "com.mojang", module: "brigadier"
}
jij ("net.raphimc:ViaLoader:3.0.5-20241025.171921-1") {
jij ("net.raphimc:ViaLoader:3.0.5-SNAPSHOT") {
exclude group: "com.google.guava", module: "guava"
exclude group: "org.slf4j", module: "slf4j-api"
}
Expand Down

0 comments on commit 19f2264

Please sign in to comment.