We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c6f6d6 commit 7bee2adCopy full SHA for 7bee2ad
project/Dependencies.scala
@@ -12,7 +12,7 @@ object Dependencies {
12
lazy val fuzzySets = "io.github.dataunitylab" %% "fuzzy-sets" % "0.5.1"
13
lazy val hyperLogLog = "com.github.prasanthj" % "hyperloglog" % "1.1"
14
lazy val jsonSchemaValidator =
15
- "com.networknt" % "json-schema-validator" % "1.5.1"
+ "com.networknt" % "json-schema-validator" % "1.5.2"
16
lazy val openLocationCode =
17
"com.google.openlocationcode" % "openlocationcode" % "1.0.4"
18
lazy val scopt = "com.github.scopt" %% "scopt" % "4.1.0"
0 commit comments