Skip to content

Commit

Permalink
Update zero-allocation-hashing to 0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 27, 2022
1 parent ea230ba commit 12a6f4b
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 @@ -81,7 +81,7 @@ object Dependencies {
val sjsonnewScalaJson = Def.setting {
"com.eed3si9n" %% "sjson-new-scalajson" % contrabandSjsonNewVersion.value
}
val zeroAllocationHashing = "net.openhft" % "zero-allocation-hashing" % "0.10.1"
val zeroAllocationHashing = "net.openhft" % "zero-allocation-hashing" % "0.16"

def addTestDependencies(p: Project): Project =
p.settings(
Expand Down

0 comments on commit 12a6f4b

Please sign in to comment.