We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 323d7de commit ea68715Copy full SHA for ea68715
build.gradle.kts
@@ -60,7 +60,7 @@ dependencies {
60
implementation("org.yaml:snakeyaml:2.3")
61
implementation(libs.moshi)
62
implementation(libs.moshiKotlin)
63
- testImplementation("com.beust:klaxon:5.5")
+ testImplementation("com.beust:klaxon:5.6")
64
65
implementation("com.google.re2j:re2j:1.8")
66
// implementation("com.github.fge:json-schema-validator:2.2.6")
0 commit comments