Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.

Commit f25ed15

Browse files
committed
Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.3.2
1 parent 45a7ca2 commit f25ed15

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ allprojects {
4949
compileOnly("com.github.Minestom:Minestom:729fc14e6d")
5050

5151
// Use kotlinx serialization
52-
compileOnly("org.jetbrains.kotlinx", "kotlinx-serialization-json", "1.3.1")
52+
compileOnly("org.jetbrains.kotlinx", "kotlinx-serialization-json", "1.3.2")
5353

5454
// implement KStom
5555
compileOnly("com.github.Project-Cepi:KStom:61d4c86234")

generator/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
implementation("org.reflections:reflections:0.10.2")
1717
implementation("com.google.guava:guava:31.0.1-jre")
1818
implementation("org.javassist:javassist:3.28.0-GA")
19-
implementation("org.jetbrains.kotlinx", "kotlinx-serialization-json", "1.3.1")
19+
implementation("org.jetbrains.kotlinx", "kotlinx-serialization-json", "1.3.2")
2020

2121
// Compile Minestom into project
2222
implementation("com.github.Minestom:Minestom:fa07d861a6")

0 commit comments

Comments
 (0)