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

Commit cb33d2b

Browse files
Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.7.2
1 parent 3e3f684 commit cb33d2b

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
@@ -49,7 +49,7 @@ dependencies {
4949
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.6.4")
5050

5151
// import kotlinx serialization
52-
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1")
52+
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.2")
5353

5454
// Add MiniMessage
5555
implementation("net.kyori:adventure-text-minimessage:4.12.0")

0 commit comments

Comments
 (0)