We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df816b6 commit b5dc1f7Copy full SHA for b5dc1f7
gradle/libs.versions.toml
@@ -1,7 +1,10 @@
1
[versions]
2
jetbrains-annotations = "26.0.2"
3
-spigot = "1.21.5-R0.1-SNAPSHOT"
4
-paperSpigot = "1.21.5-R0.1-SNAPSHOT"
+# Do not update Spigot/Paper to 1.21, InventoryView changed from class to interface type
+# Dynamic Title Update feature throws IncompatibleClassChangeError due to that
5
+# Feel free to implement a workaround on InventoryUpdate.java if u need to use a 1.21+ specific API
6
+spigot = "1.20.6-R0.1-SNAPSHOT"
7
+paperSpigot = "1.20.6-R0.1-SNAPSHOT"
8
junit = "5.12.2"
9
mockito = "4.11.0"
10
adventure-api = "4.19.0"
0 commit comments