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
….104.0+1.21.1
  • Loading branch information
renovate[bot] authored Sep 10, 2024
1 parent 0a9fb67 commit 642bfb9
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.5")
modImplementation("net.fabricmc.fabric-api", "fabric-api", "0.103.0+1.21.1")
modImplementation("net.fabricmc.fabric-api", "fabric-api", "0.104.0+1.21.1")

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

Expand Down

0 comments on commit 642bfb9

Please sign in to comment.