We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a93b559 + 707e15a commit 08bf334Copy full SHA for 08bf334
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