There was an error while loading. Please reload this page.
1 parent b805244 commit 894645bCopy full SHA for 894645b
1 file changed
build.gradle
@@ -6,19 +6,19 @@ plugins {
6
}
7
8
group = 'io.typst'
9
-version = '3.2.0'
+version = '5.0.2'
10
11
repositories {
12
mavenLocal()
13
14
15
dependencies {
16
compileOnly spigot('1.16.5')
17
- api 'io.typst:command-bukkit:2.1.0'
18
- api 'io.typst:command-kotlin:2.1.0'
+ api 'io.typst:command-bukkit:2.1.1'
+ api 'io.typst:command-kotlin:2.1.1'
19
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'
+ api 'io.typst:bukkit-view-core:7.0.4'
+ api 'io.typst:bukkit-kotlin-serialization:3.0.0'
22
api 'io.typst:bukkit-inventory-kotlin:1.0.0'
23
api 'io.arrow-kt:arrow-core:1.2.1'
24
api 'io.arrow-kt:arrow-fx-coroutines:1.2.1'
0 commit comments