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 5b7e84b commit db5d982Copy full SHA for db5d982
build.gradle.kts
@@ -6,7 +6,7 @@ plugins {
6
}
7
8
group = "com.github.WantToBeeMe"
9
-version = "2.0.0"
+version = "2.213.0"
10
11
repositories {
12
mavenCentral()
@@ -19,8 +19,8 @@ repositories {
19
20
21
dependencies {
22
- compileOnly("org.spigotmc:spigot-api:1.20.2-R0.1-SNAPSHOT")
23
- compileOnly("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.22")
+ compileOnly("org.spigotmc:spigot-api:1.21.3-R0.1-SNAPSHOT")
+ compileOnly("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.20")
24
25
26
publishing {
0 commit comments