Skip to content

Commit

Permalink
Update fuzzy-sets to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and michaelmior committed Aug 29, 2024
1 parent 03acccf commit b962165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object Dependencies {
lazy val bloomFilter = "io.github.michaelmior" % "bloomfilter" % "0.10.1"
lazy val dbscan = "io.github.michaelmior" % "dbscan" % "0.2"
lazy val ddSketch = "com.datadoghq" % "sketches-java" % "0.8.3"
lazy val fuzzySets = "io.github.dataunitylab" %% "fuzzy-sets" % "0.4.0"
lazy val fuzzySets = "io.github.dataunitylab" %% "fuzzy-sets" % "0.5.1"
lazy val hyperLogLog = "com.github.prasanthj" % "hyperloglog" % "1.1"
lazy val jsonSchemaValidator =
"com.networknt" % "json-schema-validator" % "1.5.1"
Expand Down

0 comments on commit b962165

Please sign in to comment.