Skip to content

Commit c425aea

Browse files
scala-stewardmichaelmior
authored andcommitted
Update json-schema-validator to 2.0.1
Signed-off-by: Scala Steward <scala_steward@virtuslab.com>
1 parent e7dd85b commit c425aea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.5.1"
1313
lazy val hyperLogLog = "com.github.prasanthj" % "hyperloglog" % "1.1"
1414
lazy val jsonSchemaValidator =
15-
"com.networknt" % "json-schema-validator" % "2.0.0"
15+
"com.networknt" % "json-schema-validator" % "2.0.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)