Skip to content

Commit 894645b

Browse files
committed
feat!: update dependencies
1 parent b805244 commit 894645b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

build.gradle

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

88
group = 'io.typst'
9-
version = '3.2.0'
9+
version = '5.0.2'
1010

1111
repositories {
1212
mavenLocal()
1313
}
1414

1515
dependencies {
1616
compileOnly spigot('1.16.5')
17-
api 'io.typst:command-bukkit:2.1.0'
18-
api 'io.typst:command-kotlin:2.1.0'
17+
api 'io.typst:command-bukkit:2.1.1'
18+
api 'io.typst:command-kotlin:2.1.1'
1919
api 'io.typst:bukkit-object:1.0.0'
20-
api 'io.typst:bukkit-view-core:7.0.1'
21-
api 'io.typst:bukkit-kotlin-serialization:1.2.0'
20+
api 'io.typst:bukkit-view-core:7.0.4'
21+
api 'io.typst:bukkit-kotlin-serialization:3.0.0'
2222
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'

0 commit comments

Comments
 (0)