File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = 1.21.11-R0.1-SNAPSHOT
44mcVersion = 1.21.11
55apiVersion = 1.21.11
66
7- paperCommit = 997f5054574db24d114d25d7ed88b0c9db3573a0
7+ paperCommit = b6b53a6dca068fcfc0c18a9de4c98b88dbfdf98c
88updatingMinecraft = false
99
1010org.gradle.configuration-cache = true
Original file line number Diff line number Diff line change 4848 dependencies {
4949- implementation(project(":paper-api"))
5050+ implementation(project(":pufferfish-api")) // Pufferfish
51- implementation("ca.spottedleaf:concurrentutil:0.0.7 ")
51+ implementation("ca.spottedleaf:concurrentutil:0.0.8 ")
5252 implementation("org.jline:jline-terminal-ffm:3.27.1") // use ffm on java 22+
5353 implementation("org.jline:jline-terminal-jni:3.27.1") // fall back to jni on java 21
5454@@ -162,6 +_,9 @@
You can’t perform that action at this time.
0 commit comments