diff options
author | Jake Potrebic <[email protected]> | 2023-06-15 09:24:01 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2023-06-15 09:24:01 -0700 |
commit | 8bc0574fb8c5a6c57aa5ef6868488bdb44a8113b (patch) | |
tree | 053b0be3870651b094024d446ec0e1204f6c92e7 /patches/server/0710-Use-Velocity-compression-and-cipher-natives.patch | |
parent | bae6096aa28a1810ec24215cdbae52c255ad736a (diff) | |
download | Paper-8bc0574fb8c5a6c57aa5ef6868488bdb44a8113b.tar.gz Paper-8bc0574fb8c5a6c57aa5ef6868488bdb44a8113b.zip |
Bump kyori's ansi to fix color bleed (#9346)
Diffstat (limited to 'patches/server/0710-Use-Velocity-compression-and-cipher-natives.patch')
-rw-r--r-- | patches/server/0710-Use-Velocity-compression-and-cipher-natives.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0710-Use-Velocity-compression-and-cipher-natives.patch b/patches/server/0710-Use-Velocity-compression-and-cipher-natives.patch index e8388c5724..9848c6b07d 100644 --- a/patches/server/0710-Use-Velocity-compression-and-cipher-natives.patch +++ b/patches/server/0710-Use-Velocity-compression-and-cipher-natives.patch @@ -5,10 +5,10 @@ Subject: [PATCH] Use Velocity compression and cipher natives diff --git a/build.gradle.kts b/build.gradle.kts -index 96866069c69ce230ea499ac7208f98627c081586..f49355493f2637b0b508ba5a685fd88caf239655 100644 +index d63f6a46244b9dd133f12e9cfae16c8cf3b394da..f783c349fe0f4c9ebd15ea20e04b3291d294e947 100644 --- a/build.gradle.kts +++ b/build.gradle.kts -@@ -32,6 +32,11 @@ dependencies { +@@ -33,6 +33,11 @@ dependencies { runtimeOnly("org.xerial:sqlite-jdbc:3.42.0.0") runtimeOnly("com.mysql:mysql-connector-j:8.0.33") runtimeOnly("com.lmax:disruptor:3.4.4") // Paper |