Skip to content

Commit e337992

Browse files
committed
Update json-schema-validator to 1.5.0
1 parent ad30a1b commit e337992

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
@@ -11,7 +11,7 @@ object Dependencies {
1111
lazy val ddSketch = "com.datadoghq" % "sketches-java" % "0.8.3"
1212
lazy val fuzzySets = "io.github.dataunitylab" %% "fuzzy-sets" % "0.4.0"
1313
lazy val hyperLogLog = "com.github.prasanthj" % "hyperloglog" % "1.1"
14-
lazy val jsonSchemaValidator = "com.networknt" % "json-schema-validator" % "1.4.3"
14+
lazy val jsonSchemaValidator = "com.networknt" % "json-schema-validator" % "1.5.0"
1515
lazy val openLocationCode = "com.google.openlocationcode" % "openlocationcode" % "1.0.4"
1616
lazy val scopt = "com.github.scopt" %% "scopt" % "4.1.0"
1717
lazy val scalaCsv = "com.github.tototoshi" %% "scala-csv" % "1.4.1"

0 commit comments

Comments
 (0)