File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 161161
162162 implementation("net.neoforged:srgutils:1.0.9") // Mappings handling
163163 implementation("net.neoforged:AutoRenamingTool:2.0.3") // Remap plugins
164- @@ -192,28 +_,40 @@
164+ @@ -189,31 +_,45 @@
165+ implementation("io.papermc:reflection-rewriter-runtime:$reflectionRewriterVersion")
166+ implementation("io.papermc:reflection-rewriter-proxy-generator:$reflectionRewriterVersion")
167+
168+ + // Leaf start - Bump Dependencies
165169 // Spark
166- implementation("me.lucko:spark-api:0.1-20240720.200737-2")
167- implementation("me.lucko:spark-paper:1.10.133-20250413.112336-1")
170+ - implementation("me.lucko:spark-api:0.1-20240720.200737-2")
171+ - implementation("me.lucko:spark-paper:1.10.133-20250413.112336-1")
168172- }
173+ + implementation("me.lucko:spark-api:0.1-dev-f0b5206-SNAPSHOT")
174+ + implementation("me.lucko:spark-paper:1.10-dev-f0b5206-SNAPSHOT")
169175+
170- + implementation("io.netty:netty-all:4.1.119.Final") // Leaf - Bump Dependencies // Dreeam TODO - Update to 4.2.0
176+ + implementation("io.netty:netty-all:4.1.119.Final") // Dreeam TODO - Update to 4.2.0
177+ + // Leaf end - Bump Dependencies
171178+ }
172179+
173180+ // Gale start - hide irrelevant compilation warnings
You can’t perform that action at this time.
0 commit comments