Skip to content

Commit

Permalink
datasketches 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brharrington committed Apr 4, 2024
1 parent 037b8d9 commit d051aa0
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 @@ -28,7 +28,7 @@ object Dependencies {
val pekkoStreamTestkit= "org.apache.pekko" %% "pekko-stream-testkit" % pekko
val pekkoTestkit = "org.apache.pekko" %% "pekko-testkit" % pekko
val caffeine = "com.github.ben-manes.caffeine" % "caffeine" % "3.1.8"
val datasketches = "org.apache.datasketches" % "datasketches-java" % "5.0.1"
val datasketches = "org.apache.datasketches" % "datasketches-java" % "5.0.2"
val equalsVerifier = "nl.jqno.equalsverifier" % "equalsverifier" % "3.15.8"
val hikariCP = "com.zaxxer" % "HikariCP" % "5.1.0"
val iepLeaderApi = "com.netflix.iep" % "iep-leader-api" % iep
Expand Down

0 comments on commit d051aa0

Please sign in to comment.