Compare commits

..

1 Commits

Author SHA1 Message Date
f48fc55798 fix: grow music inventory dynamically 2025-01-25 21:34:11 +01:00
2 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@ plugins {
}
group = "com.intellectualsites.plotsquared"
version = "7.4.2"
version = "7.4.2-SNAPSHOT"
if (!File("$rootDir/.git").exists()) {
logger.lifecycle("""

View File

@ -2,8 +2,8 @@
# Platform expectations
paper = "1.20.4-R0.1-SNAPSHOT"
guice = "7.0.0"
spotbugs = "4.9.1"
checkerqual = "3.49.0"
spotbugs = "4.9.0"
checkerqual = "3.48.4"
gson = "2.10"
guava = "31.1-jre"
snakeyaml = "2.0"
@ -33,7 +33,7 @@ vault = "1.7.1"
serverlib = "2.3.6"
# Gradle plugins
shadow = "8.3.6"
shadow = "8.3.5"
grgit = "4.1.1"
spotless = "7.0.2"
nexus = "2.0.0"