Skip to content

Commit

Permalink
Fix Incompat with WorldGuard
Browse files Browse the repository at this point in the history
  • Loading branch information
IPECTER committed Sep 6, 2023
1 parent b8bd312 commit 2244762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/server/0006-Bump-Dependencies.patch
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ index 46fda579a95f9ab92a1ba61cad8218024a722208..5f38d64b1bcd9468ebdd6de6ef30580c
// Pufferfish start
- implementation("org.yaml:snakeyaml:1.32")
- implementation ("me.carleslc.Simple-YAML:Simple-Yaml:1.8.2") {
+ implementation("org.yaml:snakeyaml:2.2") // Plazma - Bump Dependencies
+ implementation("org.yaml:snakeyaml:1.33") // Plazma - Bump Dependencies
+ implementation ("me.carleslc.Simple-YAML:Simple-Yaml:1.8.4") { // Plazma - Bump Dependencies
exclude(group="org.yaml", module="snakeyaml")
}
Expand Down

0 comments on commit 2244762

Please sign in to comment.