We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a7a1bb commit 85e09d8Copy full SHA for 85e09d8
gradle.properties
@@ -1,6 +1,6 @@
1
-blockProtVersion=1.2.6
2
-nbtApiVersion=2.15.3
3
-anvilGuiVersion=1.10.10-SNAPSHOT
+blockProtVersion=1.2.7
+nbtApiVersion=2.15.5
+anvilGuiVersion=1.10.11-SNAPSHOT
4
townyVersion=0.98.1.6
5
papiVersion=2.11.6
6
worldGuardVersion=7.0.7
spigot/build.gradle.kts
@@ -30,6 +30,11 @@ repositories {
30
name = "CodeMC"
31
content {
32
includeGroup("de.tr7zw")
33
+ }
34
35
+ maven("https://mvn.wesjd.net/") {
36
+ name = "WesJD"
37
+ content {
38
includeGroup("net.wesjd")
39
}
40
0 commit comments