We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67afbcb commit 89ac30dCopy full SHA for 89ac30d
build.gradle.kts
@@ -73,7 +73,7 @@ dependencies {
73
implementation("org.yaml:snakeyaml:2.2")
74
implementation("com.squareup.moshi:moshi:1.15.1")
75
implementation("com.squareup.moshi:moshi-kotlin:1.15.1")
76
- testImplementation("com.beust:klaxon:5.5")
+ testImplementation("com.beust:klaxon:5.6")
77
78
implementation("com.google.re2j:re2j:1.7")
79
// implementation("com.github.fge:json-schema-validator:2.2.6")
0 commit comments