Skip to content

Commit

Permalink
fix(deps): update dependency net.fabricmc:fabric-loader to v0.16.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 30, 2024
1 parent a587654 commit f94c6d9
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.3"
dependencies {
minecraft("com.mojang", "minecraft", minecraftVersion)
mappings(loom.officialMojangMappings())
modImplementation("net.fabricmc", "fabric-loader", "0.16.7")
modImplementation("net.fabricmc", "fabric-loader", "0.16.9")
modImplementation("net.fabricmc.fabric-api", "fabric-api", "0.107.0+1.21.3")

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

0 comments on commit f94c6d9

Please sign in to comment.