Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

Commit

Permalink
fix(deps): update dependency net.fabricmc:fabric-loader to v0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 8, 2023
1 parent c41c345 commit 7c648b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {

minecraft("com.mojang:minecraft:$minecraftVersion")
mappings("net.fabricmc:yarn:$minecraftVersion+build.5:v2")
modImplementation("net.fabricmc:fabric-loader:0.11.2")
modImplementation("net.fabricmc:fabric-loader:0.15.1")

modImplementation("net.fabricmc.fabric-api:fabric-api:0.31.0+1.16")
modImplementation(include("net.kyori:adventure-platform-fabric:$adventurePlatformVersion") {
Expand Down

0 comments on commit 7c648b9

Please sign in to comment.