Skip to content

Commit 381b1b2

Browse files
committed
feat!: update libraries
1 parent 89bb171 commit 381b1b2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle

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

88
group = 'io.typst'
9-
version = '2.3.0'
9+
version = '3.0.0'
1010

1111
repositories {
1212
mavenLocal()
1313
}
1414

1515
dependencies {
1616
compileOnly spigot('1.16.5')
17-
api 'io.typecraft:command-bukkit:1.1.1'
18-
api 'io.typecraft:command-kotlin:1.1.1'
19-
api 'io.typecraft:bukkit-object:0.4.1'
20-
api 'io.typecraft:bukkit-view-core:6.0.2'
17+
api 'io.typst:command-bukkit:2.0.0'
18+
api 'io.typst:command-kotlin:2.0.0'
19+
api 'io.typst:bukkit-object:1.0.0'
20+
api 'io.typst:bukkit-view-core:7.0.1'
2121
api 'io.typst:bukkit-kotlin-serialization:1.1.0'
22-
api 'io.typecraft:bukkit-inventory-kotlin:1.0.0'
22+
api 'io.typst:bukkit-inventory-kotlin:1.0.0'
2323
api 'io.arrow-kt:arrow-core:1.2.1'
2424
api 'io.arrow-kt:arrow-fx-coroutines:1.2.1'
2525
api 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3'

0 commit comments

Comments
 (0)