Skip to content

Commit 12da698

Browse files
scala-stewardmichaelmior
authored andcommitted
Update json-schema-validator to 1.5.1
1 parent 42bcc6a commit 12da698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ object Dependencies {
1212
lazy val fuzzySets = "io.github.dataunitylab" %% "fuzzy-sets" % "0.4.0"
1313
lazy val hyperLogLog = "com.github.prasanthj" % "hyperloglog" % "1.1"
1414
lazy val jsonSchemaValidator =
15-
"com.networknt" % "json-schema-validator" % "1.5.0"
15+
"com.networknt" % "json-schema-validator" % "1.5.1"
1616
lazy val openLocationCode =
1717
"com.google.openlocationcode" % "openlocationcode" % "1.0.4"
1818
lazy val scopt = "com.github.scopt" %% "scopt" % "4.1.0"

0 commit comments

Comments
 (0)