Skip to content

Commit

Permalink
fix(deps): update dependency net.fabricmc:fabric-loader to v0.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 3, 2024
1 parent d0387d3 commit 6eb5562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ val minecraftVersion = "1.21"
dependencies {
minecraft("com.mojang", "minecraft", minecraftVersion)
mappings(loom.officialMojangMappings())
modImplementation("net.fabricmc", "fabric-loader", "0.15.11")
modImplementation("net.fabricmc", "fabric-loader", "0.16.4")
modImplementation("net.fabricmc.fabric-api", "fabric-api", "0.100.7+1.21")

annotationProcessor("org.apache.logging.log4j", "log4j-core", "2.23.1")
Expand Down

0 comments on commit 6eb5562

Please sign in to comment.