Skip to content

Commit 45dffbb

Browse files
committed
feat: update arrow, ktxs, kaml
1 parent cc47766 commit 45dffbb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build.gradle

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

88
group = 'io.typecraft'
9-
version = '2.1.2'
9+
version = '2.2.0'
1010

1111
repositories {
1212
mavenLocal()
1313
}
1414

1515
dependencies {
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)
4848
spigot {
4949
name 'BukkitKotlinPlugin'
5050
excludeLibraries = ['*']
51-
apiVersion '1.20'
51+
apiVersion '1.16'
5252
}
5353

5454
publishing {

0 commit comments

Comments
 (0)