Skip to content

Commit d36fb93

Browse files
committed
Update dependencies
1 parent 72a55fc commit d36fb93

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

project/Dependencies.scala

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ object Dependencies {
88

99
lazy val bloomFilter = "io.github.michaelmior" % "bloomfilter" % "0.10.1"
1010
lazy val dbscan = "io.github.michaelmior" % "dbscan" % "0.2"
11-
lazy val ddSketch = "com.datadoghq" % "sketches-java" % "0.8.2"
11+
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.3.3"
14+
lazy val jsonSchemaValidator = "com.networknt" % "json-schema-validator" % "1.4.3"
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.3.10"
@@ -21,10 +21,10 @@ object Dependencies {
2121

2222
// Test
2323
lazy val jazzer = "com.code-intelligence" % "jazzer" % "0.22.1"
24-
lazy val scalactic = "org.scalactic" %% "scalactic" % "3.2.18"
25-
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.18"
26-
lazy val scalaTestPlus = "org.scalatestplus" %% "scalacheck-1-17" % "3.2.18.0"
27-
lazy val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.17.0"
24+
lazy val scalactic = "org.scalactic" %% "scalactic" % "3.2.19"
25+
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19"
26+
lazy val scalaTestPlus = "org.scalatestplus" %% "scalacheck-1-18" % "3.2.19.0"
27+
lazy val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.18.0"
2828

2929

3030
// Overrides

0 commit comments

Comments
 (0)