dependency version bump

This commit is contained in:
Oth3r 2023-10-24 18:20:55 -05:00
commit 1686b3c163
2 changed files with 7 additions and 7 deletions

View file

@ -23,11 +23,11 @@ dependencies {
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
modImplementation "com.terraformersmc:modmenu:${project.modmenu_version}" modImplementation "com.terraformersmc:modmenu:${project.modmenu_version}"
modImplementation "dev.isxander.yacl:yet-another-config-lib-fabric:${project.yacl_version}" modImplementation ("dev.isxander.yacl:yet-another-config-lib-fabric:${project.yacl_version}") {
exclude(group: "org.quiltmc.parsers")
// Uncomment the following line to enable the deprecated Fabric API modules. exclude(group: "com.twelvemonkeys.common")
// These are included in the Fabric API production distribution and allow you to update your mod to the latest modules at a later more convenient time. exclude(group: "com.twelvemonkeys.imageio")
// modImplementation "net.fabricmc.fabric-api:fabric-api-deprecated:${project.fabric_version}" }
} }
processResources { processResources {

View file

@ -15,5 +15,5 @@ archives_base_name=sit!
# Dependencies # Dependencies
fabric_version=0.89.0+1.20.2 fabric_version=0.89.0+1.20.2
modmenu_version=7.0.0 modmenu_version=8.0.0
yacl_version=3.0.0+1.20 yacl_version=3.2.1+1.20.2