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 ad30a1b commit e337992Copy full SHA for e337992
project/Dependencies.scala
@@ -11,7 +11,7 @@ object Dependencies {
11
lazy val ddSketch = "com.datadoghq" % "sketches-java" % "0.8.3"
12
lazy val fuzzySets = "io.github.dataunitylab" %% "fuzzy-sets" % "0.4.0"
13
lazy val hyperLogLog = "com.github.prasanthj" % "hyperloglog" % "1.1"
14
- lazy val jsonSchemaValidator = "com.networknt" % "json-schema-validator" % "1.4.3"
+ lazy val jsonSchemaValidator = "com.networknt" % "json-schema-validator" % "1.5.0"
15
lazy val openLocationCode = "com.google.openlocationcode" % "openlocationcode" % "1.0.4"
16
lazy val scopt = "com.github.scopt" %% "scopt" % "4.1.0"
17
lazy val scalaCsv = "com.github.tototoshi" %% "scala-csv" % "1.4.1"
0 commit comments