Skip to content

Commit b6f68b1

Browse files
committed
feat: bukkit-inventory(1.0)
1 parent 9ebd63e commit b6f68b1

File tree

2 files changed

+3
-28
lines changed

2 files changed

+3
-28
lines changed

build.gradle

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

88
group = 'io.typecraft'
9-
version = '2.0.0'
9+
version = '2.1.0'
1010

1111
repositories {
1212
mavenLocal()
@@ -19,6 +19,7 @@ dependencies {
1919
api 'io.typecraft:bukkit-object:0.4.1'
2020
api 'io.typecraft:bukkit-view-core:6.0.0'
2121
api 'io.typecraft:bukkit-kotlin-serialization:0.4.0'
22+
api 'io.typecraft:bukkit-inventory-kotlin:1.0.0'
2223
api 'io.arrow-kt:arrow-core:1.2.0-RC'
2324
api 'io.arrow-kt:arrow-fx-coroutines:1.2.0-RC'
2425
api 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1'
@@ -47,6 +48,7 @@ assemble.dependsOn(shadowJar)
4748
spigot {
4849
name 'BukkitKotlinPlugin'
4950
excludeLibraries = ['*']
51+
apiVersion '1.20'
5052
}
5153

5254
publishing {

src/main/kotlin/io/typecraft/bukkit/kotlin/inventory/ItemStackExtension.kt

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)