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

Commit d3a639f

Browse files
Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.7.2
1 parent ac8ed5f commit d3a639f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies {
4242
compileOnly("com.github.Minestom:Minestom:4ee5cbe424")
4343

4444
// Use kotlinx serialization
45-
compileOnly("org.jetbrains.kotlinx", "kotlinx-serialization-json", "1.7.1")
45+
compileOnly("org.jetbrains.kotlinx", "kotlinx-serialization-json", "1.7.2")
4646

4747
// implement KStom
4848
compileOnly("com.github.Project-Cepi:KStom:af120b5455")

0 commit comments

Comments
 (0)