diff --git a/.github/workflows/test.main.kts b/.github/workflows/test.main.kts index 67d9d73..c692e60 100755 --- a/.github/workflows/test.main.kts +++ b/.github/workflows/test.main.kts @@ -2,7 +2,7 @@ @file:Repository("https://repo.maven.apache.org/maven2/") @file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.2.0") @file:DependsOn("it.krzeminski:snakeyaml-engine-kmp:3.1.0") -@file:DependsOn("io.github.optimumcode:json-schema-validator-jvm:0.3.1") +@file:DependsOn("io.github.optimumcode:json-schema-validator-jvm:0.4.0") @file:Repository("https://bindings.krzeminski.it") @file:DependsOn("actions:checkout:v4")