Skip to content

Commit db5d982

Browse files
committed
update api version to 21.3, and kotlin version to 2.0.20
1 parent 5b7e84b commit db5d982

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = "com.github.WantToBeeMe"
9-
version = "2.0.0"
9+
version = "2.213.0"
1010

1111
repositories {
1212
mavenCentral()
@@ -19,8 +19,8 @@ repositories {
1919
}
2020

2121
dependencies {
22-
compileOnly("org.spigotmc:spigot-api:1.20.2-R0.1-SNAPSHOT")
23-
compileOnly("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.22")
22+
compileOnly("org.spigotmc:spigot-api:1.21.3-R0.1-SNAPSHOT")
23+
compileOnly("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.20")
2424
}
2525

2626
publishing {

0 commit comments

Comments
 (0)