Skip to content

Commit

Permalink
Updated spark
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreeam-qwq committed Nov 21, 2024
1 parent 3b130e7 commit 0927bfb
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions patches/server/0016-Bump-Dependencies.patch
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Subject: [PATCH] Bump Dependencies
TODO - Dreeam: Bump & test dependencies, impl new features?

diff --git a/build.gradle.kts b/build.gradle.kts
index 0d250a691a0f28770cbd9f847d8cd00af866b583..776e4d697d6d9b4b66806f120066dbf35c66c480 100644
index 0d250a691a0f28770cbd9f847d8cd00af866b583..bde62a062732d93955f4d0f491d3ec5d9fd30842 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -22,7 +22,7 @@ dependencies {
Expand Down Expand Up @@ -82,9 +82,12 @@ index 0d250a691a0f28770cbd9f847d8cd00af866b583..776e4d697d6d9b4b66806f120066dbf3
implementation("net.neoforged:srgutils:1.0.9") // Paper - mappings handling
implementation("net.neoforged:AutoRenamingTool:2.0.3") // Paper - remap plugins
// Paper start - Remap reflection
@@ -79,6 +83,8 @@ dependencies {
@@ -77,8 +81,10 @@ dependencies {
// Paper end - Remap reflection
// Paper start - spark
implementation("me.lucko:spark-api:0.1-20240720.200737-2")
implementation("me.lucko:spark-paper:1.10.105-SNAPSHOT")
- implementation("me.lucko:spark-paper:1.10.105-SNAPSHOT")
+ implementation("me.lucko:spark-paper:1.10.119-SNAPSHOT") // Leaf - Bump Dependencies
// Paper end - spark
+
+ implementation("io.netty:netty-all:4.1.114.Final") // Leaf - Bump Dependencies // Dreeam TODO - Update to 4.2.0
Expand Down

0 comments on commit 0927bfb

Please sign in to comment.