aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNassim Jahnke <[email protected]>2024-09-12 19:54:34 +0200
committerNassim Jahnke <[email protected]>2024-09-12 19:54:34 +0200
commit4ff58c4c48383b17446b7bbad3e477dbe74aee9f (patch)
treedea4dd2b912ff2b334ea1ab80fda6d95300249ca
parente945cfe1c5a285475a8b0b37a85829339ac90d1e (diff)
downloadPaper-4ff58c4c48383b17446b7bbad3e477dbe74aee9f.tar.gz
Paper-4ff58c4c48383b17446b7bbad3e477dbe74aee9f.zip
Update spark
-rw-r--r--patches/server/1037-Bundle-spark.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/1037-Bundle-spark.patch b/patches/server/1037-Bundle-spark.patch
index 46102122ae..bf1e8ef66d 100644
--- a/patches/server/1037-Bundle-spark.patch
+++ b/patches/server/1037-Bundle-spark.patch
@@ -5,7 +5,7 @@ Subject: [PATCH] Bundle spark
diff --git a/build.gradle.kts b/build.gradle.kts
-index 4f6136ae3ac4890b21a5fb3f69f9c1474a0773d1..32832deabc39be99ae0d69fe81439b86789f09e4 100644
+index 4f6136ae3ac4890b21a5fb3f69f9c1474a0773d1..648281575eb8d45a5c06549eb3d0f517c086fe64 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -61,6 +61,10 @@ dependencies {
@@ -14,7 +14,7 @@ index 4f6136ae3ac4890b21a5fb3f69f9c1474a0773d1..32832deabc39be99ae0d69fe81439b86
// Paper end - Remap reflection
+ // Paper start - spark
+ implementation("me.lucko:spark-api:0.1-20240720.200737-2")
-+ implementation("me.lucko:spark-paper:1.10.100-SNAPSHOT")
++ implementation("me.lucko:spark-paper:1.10.105-SNAPSHOT")
+ // Paper end - spark
}