Skip to content

Commit cc47766

Browse files
committed
fix: command(1.1.0), view(6.0.2)
1 parent b6f68b1 commit cc47766

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

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

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

1111
repositories {
1212
mavenLocal()
1313
}
1414

1515
dependencies {
1616
compileOnly spigot('1.19.4')
17-
api 'io.typecraft:command-bukkit:1.1.0'
18-
api 'io.typecraft:command-kotlin:1.1.0'
17+
api 'io.typecraft:command-bukkit:1.1.1'
18+
api 'io.typecraft:command-kotlin:1.1.1'
1919
api 'io.typecraft:bukkit-object:0.4.1'
20-
api 'io.typecraft:bukkit-view-core:6.0.0'
20+
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'
2323
api 'io.arrow-kt:arrow-core:1.2.0-RC'

0 commit comments

Comments
 (0)