Skip to content

Commit 5589c40

Browse files
committed
Update upstream (Paper)
1 parent 7bcd6e9 commit 5589c40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = 1.21.11-R0.1-SNAPSHOT
44
mcVersion = 1.21.11
55
apiVersion = 1.21.11
66

7-
paperCommit = 997f5054574db24d114d25d7ed88b0c9db3573a0
7+
paperCommit = b6b53a6dca068fcfc0c18a9de4c98b88dbfdf98c
88
updatingMinecraft = false
99

1010
org.gradle.configuration-cache = true

pufferfish-server/build.gradle.kts.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
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 @@

0 commit comments

Comments
 (0)