Skip to content

Commit

Permalink
Update sponge runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Dec 23, 2024
1 parent dbd27ec commit 2dd0106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sponge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ configurations.spongeRuntime {
resolutionStrategy {
eachDependency {
if (target.name == "spongevanilla") {
useVersion("1.21.3-13.+")
useVersion("1.21.4-13.+")
}
}
}
Expand Down

0 comments on commit 2dd0106

Please sign in to comment.