File tree Expand file tree Collapse file tree 2 files changed +3
-28
lines changed
src/main/kotlin/io/typecraft/bukkit/kotlin/inventory Expand file tree Collapse file tree 2 files changed +3
-28
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
6
6
}
7
7
8
8
group = ' io.typecraft'
9
- version = ' 2.0 .0'
9
+ version = ' 2.1 .0'
10
10
11
11
repositories {
12
12
mavenLocal()
@@ -19,6 +19,7 @@ dependencies {
19
19
api ' io.typecraft:bukkit-object:0.4.1'
20
20
api ' io.typecraft:bukkit-view-core:6.0.0'
21
21
api ' io.typecraft:bukkit-kotlin-serialization:0.4.0'
22
+ api ' io.typecraft:bukkit-inventory-kotlin:1.0.0'
22
23
api ' io.arrow-kt:arrow-core:1.2.0-RC'
23
24
api ' io.arrow-kt:arrow-fx-coroutines:1.2.0-RC'
24
25
api ' org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1'
@@ -47,6 +48,7 @@ assemble.dependsOn(shadowJar)
47
48
spigot {
48
49
name ' BukkitKotlinPlugin'
49
50
excludeLibraries = [' *' ]
51
+ apiVersion ' 1.20'
50
52
}
51
53
52
54
publishing {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments