From cf50381d1e04aedca3ee08003489bcabf9d50d26 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 14 Dec 2025 16:00:04 +0000 Subject: [PATCH] Update json-schema-validator to 3.0.0 Signed-off-by: Scala Steward --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index baac09b1..1a39b591 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -12,7 +12,7 @@ object Dependencies { lazy val fuzzySets = "io.github.dataunitylab" %% "fuzzy-sets" % "0.5.1" lazy val hyperLogLog = "com.github.prasanthj" % "hyperloglog" % "1.1" lazy val jsonSchemaValidator = - "com.networknt" % "json-schema-validator" % "2.0.1" + "com.networknt" % "json-schema-validator" % "3.0.0" lazy val openLocationCode = "com.google.openlocationcode" % "openlocationcode" % "1.0.4" lazy val scopt = "com.github.scopt" %% "scopt" % "4.1.0"