Skip to content

Commit

Permalink
fix(deps): update dependency net.fabricmc:yarn to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 7, 2024
1 parent a582f97 commit 4af5a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MappingTest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ System.err.println("default attr value overridden: " + ext.attrDefaultValue)
System.err.println("This build is expected to fail with the error \"TODO: Actually transform.\". If build succeeds, transforms weren't ran as expected.\n")

mapping {
def yarn115 = "net.fabricmc:yarn:1.21.1+build.3:v2"
def yarn115 = "net.fabricmc:yarn:24w14potato+build.4:v2"
registerMapping(project, "net.minecraft", "net.fabricmc:intermediary:1.15.2")
registerMapping(project, "net.minecraft", yarn115)
registerNamespaceTranslator {
Expand Down

0 comments on commit 4af5a1e

Please sign in to comment.