File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,24 +6,24 @@ plugins {
66}
77
88group = ' io.typecraft'
9- version = ' 2.1.2 '
9+ version = ' 2.2.0 '
1010
1111repositories {
1212 mavenLocal()
1313}
1414
1515dependencies {
16- compileOnly spigot(' 1.19.4 ' )
16+ compileOnly spigot(' 1.16.5 ' )
1717 api ' io.typecraft:command-bukkit:1.1.1'
1818 api ' io.typecraft:command-kotlin:1.1.1'
1919 api ' io.typecraft:bukkit-object:0.4.1'
2020 api ' io.typecraft:bukkit-view-core:6.0.2'
2121 api ' io.typecraft:bukkit-kotlin-serialization:0.4.0'
2222 api ' io.typecraft:bukkit-inventory-kotlin:1.0.0'
23- api ' io.arrow-kt:arrow-core:1.2.0-RC '
24- api ' io.arrow-kt:arrow-fx-coroutines:1.2.0-RC '
25- api ' org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1 '
26- api ' com.charleskorn.kaml:kaml:0.54 .0'
23+ api ' io.arrow-kt:arrow-core:1.2.1 '
24+ api ' io.arrow-kt:arrow-fx-coroutines:1.2.1 '
25+ api ' org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2 '
26+ api ' com.charleskorn.kaml:kaml:0.57 .0'
2727 testImplementation ' org.jetbrains.kotlin:kotlin-test'
2828}
2929
@@ -48,7 +48,7 @@ assemble.dependsOn(shadowJar)
4848spigot {
4949 name ' BukkitKotlinPlugin'
5050 excludeLibraries = [' *' ]
51- apiVersion ' 1.20 '
51+ apiVersion ' 1.16 '
5252}
5353
5454publishing {
You can’t perform that action at this time.
0 commit comments