Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmior committed Nov 9, 2023
1 parent 4cac5e8 commit 5f938ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ object Dependencies {
lazy val ddSketch = "com.datadoghq" % "sketches-java" % "0.8.2"
lazy val fuzzySets = "com.github.dataunitylab" %% "fuzzy-sets" % "0.2.0-1-g6b2baf2-SNAPSHOT"
lazy val hyperLogLog = "com.github.prasanthj" % "hyperloglog" % "1.1"
lazy val jsonSchemaValidator = "com.networknt" % "json-schema-validator" % "1.0.86"
lazy val jsonSchemaValidator = "com.networknt" % "json-schema-validator" % "1.0.87"
lazy val openLocationCode = "com.google.openlocationcode" % "openlocationcode" % "1.0.4"
lazy val scopt = "com.github.scopt" %% "scopt" % "4.1.0"
lazy val scalaCsv = "com.github.tototoshi" %% "scala-csv" % "1.3.10"
Expand All @@ -21,9 +21,9 @@ object Dependencies {

// Test
lazy val jazzer = "com.code-intelligence" % "jazzer" % "0.16.1"
lazy val scalactic = "org.scalactic" %% "scalactic" % "3.2.15"
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.15"
lazy val scalaTestPlus = "org.scalatestplus" %% "scalacheck-1-17" % "3.2.15.0"
lazy val scalactic = "org.scalactic" %% "scalactic" % "3.2.17"
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.17"
lazy val scalaTestPlus = "org.scalatestplus" %% "scalacheck-1-17" % "3.2.17.0"
lazy val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.17.0"


Expand Down

0 comments on commit 5f938ef

Please sign in to comment.