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 da2dcc2 commit b508cadCopy full SHA for b508cad
build.gradle
@@ -11,7 +11,7 @@ allprojects {
11
12
archivesBaseName = 'VoteParty'
13
group 'me.clip'
14
- version '2.37-DEV'
+ version '2.37'
15
16
repositories {
17
mavenCentral()
@@ -28,7 +28,7 @@ allprojects {
28
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
29
30
// spigot
31
- compileOnly "org.spigotmc:spigot-api:1.20-R0.1-SNAPSHOT"
+ compileOnly "org.spigotmc:spigot-api:1.20.1-R0.1-SNAPSHOT"
32
}
33
34
sourceCompatibility = JavaVersion.VERSION_1_8
0 commit comments