Skip to content

Commit

Permalink
Update Sponge runtime to 1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Dec 23, 2024
1 parent 5a85137 commit 97672f7
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 97672f7

Please sign in to comment.