Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed Mar 5, 2024
1 parent 797548f commit 83d2bcd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# The latest versions are available at https://lambdaurora.dev/tools/import_quilt.html
minecraft = "1.20.1"
quilt_mappings = "1.20.1+build.23"
quilt_loader = "0.23.0"
quilt_loader = "0.24.0"

quilted_fabric_api = "7.4.0+0.90.0-1.20.1"
quilted_fabric_api = "7.5.0+0.91.0-1.20.1"
cca = "5.2.2"
trinkets = "3.7.1"
sparkweave = "0.4.1"
Expand Down Expand Up @@ -34,7 +34,7 @@ cca_entity = { module = "dev.onyxstudios.cardinal-components-api:cardinal-compon
cca_level = { module = "dev.onyxstudios.cardinal-components-api:cardinal-components-level", version.ref = "cca" }
cca_chunk = { module = "dev.onyxstudios.cardinal-components-api:cardinal-components-chunk", version.ref = "cca" }
trinkets = { module = "dev.emi:trinkets", version.ref = "trinkets" }
sparkweave = { module = "dev.upcraft:Sparkweave", version.ref = "sparkweave" }
sparkweave = { module = "dev.upcraft.sparkweave:Sparkweave-Quilt", version.ref = "sparkweave" }
patchouli = { module = "vazkii.patchouli:Patchouli", version.ref = "patchouli" }
reach_attr = { module = "com.jamieswhiteshirt:reach-entity-attributes", version.ref = "reach_attr" }
modmenu = { module = "com.terraformersmc:modmenu", version.ref = "modmenu" }
Expand Down

0 comments on commit 83d2bcd

Please sign in to comment.