We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50b9208 commit 707e15aCopy full SHA for 707e15a
build.gradle.kts
@@ -63,7 +63,7 @@ dependencies {
63
testImplementation(libs.bundles.mockk)
64
testImplementation(libs.spigot)
65
// Needed for serializer tests
66
- testImplementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0")
+ testImplementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0")
67
}
68
69
// Project Settings
0 commit comments