Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed Mar 30, 2024
1 parent 172aa00 commit 5f11dec
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion NeoForge/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
neogradle = "7.+"

neoforge = "20.4.204"
neoforge = "20.4.214"

[libraries]
neoforge = { module = "net.neoforged:neoforge", version.ref = "neoforge" }
Expand Down
6 changes: 0 additions & 6 deletions Quilt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ project.configurations.configureEach {
exclude(group: "net.fabricmc.fabric-api")
}

repositories {
maven {
url = "https://maven.oroarmor.com"
}
}

dependencies {
minecraft libs.minecraft
mappings(loom.layered {
Expand Down
2 changes: 1 addition & 1 deletion Quilt/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
quilt_loom = "1.5.+"

quilt_loader = "0.24.0"
quilted_fabric_api = "9.0.0-alpha.3+local-0.96.4-1.20.4"
quilted_fabric_api = "9.0.0-alpha.5+0.96.11-1.20.4"

modmenu = "9.0.0"
lazydfu = "0.1.3"
Expand Down

0 comments on commit 5f11dec

Please sign in to comment.