Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed Sep 21, 2024
1 parent 25c9ad9 commit b0cf6ca
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Common/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ minecraft = "1.21.1"

# The latest versions are available at https://parchmentmc.org/docs/getting-started
parchment_minecraft = "1.21"
parchment_mappings = "2024.07.07"
parchment_mappings = "2024.07.28"

mixin = "0.14.0+mixin.0.8.6"
mixin_extras = "0.3.5"
asm = "9.6"
jetbrains_annotations = "24.1.0"
vanilla_gradle = "0.2.1-SNAPSHOT"

commonnetworking = "1.0.11-1.21"
commonnetworking = "1.0.16-1.21"
resourcefulconfig = "3.0.3"
emi = "1.1.10+1.21"

Expand Down
6 changes: 3 additions & 3 deletions Fabric/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[versions]
# The latest versions are available at https://fabricmc.net/develop/

fabric_loader = "0.15.11"
fabric_api = "0.102.1+1.21.1"
fabric_loader = "0.16.5"
fabric_api = "0.104.0+1.21.1"

trinkets = "3.10.0"
cca = "6.1.1"

cameraoverhaul = "5441071" # 1.4.1
cloth = "15.0.127"

modmenu = "11.0.1"
modmenu = "11.0.2"

[libraries]
fabric_loader = { module = "net.fabricmc:fabric-loader", version.ref = "fabric_loader" }
Expand Down
8 changes: 4 additions & 4 deletions NeoForge/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[versions]
neogradle = "7.0.159"
neogradle = "7.0.163"

neoforge = "21.1.9"
neoforge = "21.1.57"

curios = "9.0.5+1.21"
curios = "9.0.10+1.21"

caelus = "7.0.0+1.21"
caelus = "7.0.1+1.21.1"

cameraoverhaul = "5517123" # 1.1

Expand Down
4 changes: 2 additions & 2 deletions Quilt/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
quilt_loom = "1.7.+"

quilt_loader = "0.26.4-beta.1"
quilt_loader = "0.26.4"
quilted_fabric_api = "11.0.0-alpha.3+0.102.0-1.21"
qsl = "10.0.0-alpha.2+1.21.1"
qsl = "10.0.0-alpha.3+1.21.1"

[libraries]
quilt_loader = { module = "org.quiltmc:quilt-loader", version.ref = "quilt_loader" }
Expand Down

0 comments on commit b0cf6ca

Please sign in to comment.