diff options
author | isXander <xandersmith2008@gmail.com> | 2023-09-24 15:48:15 +0100 |
---|---|---|
committer | isXander <xandersmith2008@gmail.com> | 2023-09-24 15:48:15 +0100 |
commit | d2b67633c1d3ca0c46682b05955dafafd3597f1d (patch) | |
tree | 7e7ae123d0cb945a45eb940a12eb03a4d4e04d80 /gradle | |
parent | 554646dbd857e2fab1be8339ce8d0231ef2dbb4c (diff) | |
download | YetAnotherConfigLib-d2b67633c1d3ca0c46682b05955dafafd3597f1d.tar.gz YetAnotherConfigLib-d2b67633c1d3ca0c46682b05955dafafd3597f1d.tar.bz2 YetAnotherConfigLib-d2b67633c1d3ca0c46682b05955dafafd3597f1d.zip |
1.20.2
Diffstat (limited to 'gradle')
-rw-r--r-- | gradle/libs.versions.toml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 77242e8..9a4d235 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] # Plugins -architectury_loom = "1.2.+" +architectury_loom = "1.3.+" architectury_plugin = "3.4.+" shadow = "7.1.+" loom_vineflower = "1.11.+" @@ -10,21 +10,21 @@ github_release = "2.+" machete = "2.+" grgit = "5.0.+" -minecraft = "1.20.1" -quilt_mappings = "20" +minecraft = "1.20.2" +quilt_mappings = "1" fabric_loader = "0.14.21" # Common Dependencies -mixin_extras = "0.2.0-beta.8" +mixin_extras = "0.2.0-rc.4" twelvemonkeys_imageio = "3.10.0-SNAPSHOT" quilt_parsers = "0.2.1" # Fabric-like Dependencies -fabric_api = "0.86.0+1.20.1" -mod_menu = "7.1.0" +fabric_api = "0.89.1+1.20.2" +mod_menu = "7.2.2" # Forge Dependencies -forge = "1.20.1-47.1.42" +forge = "1.20.2-48.0.4" [libraries] minecraft = { module = "com.mojang:minecraft", version.ref = "minecraft" } |