mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-22 11:45:47 +01:00
update deps
This commit is contained in:
parent
37ad066aa3
commit
10cdc36606
@ -11,6 +11,7 @@ plugins {
|
||||
|
||||
def ENV = System.getenv()
|
||||
def vvVer = "4.0.1-SNAPSHOT"
|
||||
def yamlVer = "1.29"
|
||||
|
||||
description = "Client-side and server-side ViaVersion implementation for Fabric"
|
||||
version = "0.4.1+" + ENV.GITHUB_RUN_NUMBER + "-" + getBranch()
|
||||
@ -65,9 +66,9 @@ allprojects {
|
||||
dependencies {
|
||||
// transitive = false because Guava is conflicting on runClient
|
||||
implementation("com.viaversion:viaversion:$vvVer") { transitive = false }
|
||||
implementation("org.yaml:snakeyaml:1.28")
|
||||
implementation("org.yaml:snakeyaml:$yamlVer")
|
||||
|
||||
modImplementation("net.fabricmc:fabric-loader:0.11.3")
|
||||
modImplementation("net.fabricmc:fabric-loader:0.11.6")
|
||||
}
|
||||
|
||||
jar {
|
||||
@ -197,7 +198,7 @@ dependencies {
|
||||
mappings("net.fabricmc:yarn:1.8.9+build.202103291533:v2")
|
||||
|
||||
include("com.viaversion:viaversion:$vvVer")
|
||||
include("org.yaml:snakeyaml:1.28")
|
||||
include("org.yaml:snakeyaml:$yamlVer")
|
||||
|
||||
subprojects.each {
|
||||
include project("${it.name}:")
|
||||
|
@ -2,8 +2,8 @@ version = rootProject.version
|
||||
|
||||
dependencies {
|
||||
minecraft("com.mojang:minecraft:1.17")
|
||||
mappings("net.fabricmc:yarn:1.17+build.6:v2")
|
||||
mappings("net.fabricmc:yarn:1.17+build.13:v2")
|
||||
|
||||
modImplementation("net.fabricmc.fabric-api:fabric-api:0.34.10+1.17")
|
||||
modImplementation("com.terraformersmc:modmenu:2.0.0-beta.7")
|
||||
modImplementation("net.fabricmc.fabric-api:fabric-api:0.35.2+1.17")
|
||||
modImplementation("com.terraformersmc:modmenu:2.0.2")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user