We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 305922f commit b805244Copy full SHA for b805244
build.gradle
@@ -6,7 +6,7 @@ plugins {
6
}
7
8
group = 'io.typst'
9
-version = '3.1.0'
+version = '3.2.0'
10
11
repositories {
12
mavenLocal()
@@ -18,7 +18,7 @@ dependencies {
18
api 'io.typst:command-kotlin:2.1.0'
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.1.0'
+ api 'io.typst:bukkit-kotlin-serialization:1.2.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