Skip to content

Commit

Permalink
fix(deps): update dependency net.fabricmc.fabric-api:fabric-api to v0…
Browse files Browse the repository at this point in the history
….113.0+1.21.4
  • Loading branch information
renovate[bot] authored and jpenilla committed Dec 27, 2024
1 parent e853b5e commit 500692b
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 @@ -19,7 +19,7 @@ dependencies {
minecraft("com.mojang", "minecraft", minecraftVersion)
mappings(loom.officialMojangMappings())
modImplementation("net.fabricmc", "fabric-loader", "0.16.9")
modImplementation("net.fabricmc.fabric-api", "fabric-api", "0.112.1+1.21.4")
modImplementation("net.fabricmc.fabric-api", "fabric-api", "0.113.0+1.21.4")

annotationProcessor("org.apache.logging.log4j", "log4j-core", "2.24.3")

Expand Down

0 comments on commit 500692b

Please sign in to comment.