From 0901d03304a0ccf7a78cadcb4dd2b34da9b412f8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 18 Oct 2023 15:42:07 +0000 Subject: [PATCH] Update everit-json-schema to 1.14.3 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 26852bd..26dda38 100644 --- a/build.sc +++ b/build.sc @@ -425,7 +425,7 @@ object Deps { val jawn = ivy"io.circe::circe-jawn:0.14.6" } object everit { - val jsonSchema = ivy"com.github.erosb:everit-json-schema:1.14.2" + val jsonSchema = ivy"com.github.erosb:everit-json-schema:1.14.3" } val slf4j = ivy"org.slf4j:slf4j-nop:2.0.9" // needed since swagger-parser relies on slf4j-api