We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a90ad8 commit 3b4df79Copy full SHA for 3b4df79
1 file changed
build.gradle.kts
@@ -18,7 +18,7 @@ plugins {
18
}
19
20
group = "me.glaremasters"
21
-version = "3.5.7.0-SNAPSHOT"
+version = "3.5.7.0"
22
23
base {
24
archivesBaseName = "Guilds"
@@ -63,7 +63,7 @@ dependencies {
63
implementation("org.jdbi:jdbi3-sqlobject:3.8.2")
64
implementation("org.mariadb.jdbc:mariadb-java-client:2.7.2")
65
66
- compileOnly("org.spigotmc:spigot-api:1.20-R0.1-SNAPSHOT")
+ compileOnly("org.spigotmc:spigot-api:1.20.1-R0.1-SNAPSHOT")
67
compileOnly("net.milkbowl:vault:1.7")
68
compileOnly("com.mojang:authlib:1.5.25")
69
compileOnly("me.clip:placeholderapi:2.11.3")
0 commit comments