We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 064e768 commit 1d7d39fCopy full SHA for 1d7d39f
1 file changed
build.sbt
@@ -49,7 +49,7 @@ lazy val core: Project = (project in file("core"))
49
"io.circe" %% "circe-generic" % circeV,
50
"io.circe" %% "circe-parser" % circeV,
51
"org.slf4j" % "slf4j-api" % slf4jV,
52
- "com.networknt" % "json-schema-validator" % "3.0.4" % Test
+ "com.networknt" % "json-schema-validator" % "3.0.5" % Test
53
)
54
55
0 commit comments