aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/api/0006-Adventure.patch
diff options
context:
space:
mode:
authorMiniDigger <[email protected]>2021-06-18 16:34:30 +0200
committerMiniDigger <[email protected]>2021-06-18 16:34:30 +0200
commitad7644ce8216083e703cf8dc52b390cf3df66561 (patch)
tree6e9d044af7b1cfe2f2cf25f03fd8598ef4b52683 /patches/api/0006-Adventure.patch
parentdad12b324b89ba850d0fe2c05bbecac34ffbbc60 (diff)
downloadPaper-ad7644ce8216083e703cf8dc52b390cf3df66561.tar.gz
Paper-ad7644ce8216083e703cf8dc52b390cf3df66561.zip
downgrade snakeyaml to fix issues with comments
this was done by upstream, but got missed. Thanks @mrfloris for pointing this out.
Diffstat (limited to 'patches/api/0006-Adventure.patch')
-rw-r--r--patches/api/0006-Adventure.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/api/0006-Adventure.patch b/patches/api/0006-Adventure.patch
index a648d8875b..fc40eb6aa0 100644
--- a/patches/api/0006-Adventure.patch
+++ b/patches/api/0006-Adventure.patch
@@ -7,11 +7,11 @@ Co-authored-by: zml <[email protected]>
Co-authored-by: Jake Potrebic <[email protected]>
diff --git a/build.gradle.kts b/build.gradle.kts
-index 9fe78a9570f7e8dd4c6f94fc3fb1bf176c1481d2..3a36b2b7f38e3446177f0883083d30c739f6c9b1 100644
+index 2feb94aeb1eef2241963f6b541247d923913e560..19b55f2c25db81fc352a7ab973b2ca7fefbcb432 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -19,6 +19,11 @@ dependencies {
- api("org.yaml:snakeyaml:1.29")
+ api("org.yaml:snakeyaml:1.28")
api("com.googlecode.json-simple:json-simple:1.1.1") // Paper
api("it.unimi.dsi:fastutil:8.2.2")
+ api(platform("net.kyori:adventure-bom:4.8.1"))