diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-03-29 18:24:16 -0400 |
---|---|---|
committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-03-29 18:24:16 -0400 |
commit | 58e8133079d1969b511643dcac32f91f59821c33 (patch) | |
tree | b50d33e3bd66bafc9611c2a38f6a4847a87f547f /gradle.properties | |
parent | 0ee6d4f87e76c2da00002043968c860fec30be85 (diff) | |
download | Skyblocker-58e8133079d1969b511643dcac32f91f59821c33.tar.gz Skyblocker-58e8133079d1969b511643dcac32f91f59821c33.tar.bz2 Skyblocker-58e8133079d1969b511643dcac32f91f59821c33.zip |
Fix & require some recent versions of dependencies
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties index 6e34d59d..139c0e46 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,8 +7,8 @@ yarn_mappings=1.19.4+build.1 loader_version=0.14.18 #Fabric api -## 1.19.3 -fabric_version=0.76.0+1.19.4 +## 1.19.4 +fabric_api_version=0.76.0+1.19.4 # Dependencies ## Cloth Api (https://www.curseforge.com/minecraft/mc-mods/cloth-config/files) |