Skip to content

Commit

Permalink
Merge pull request #1116 from scala-steward/update/zero-allocation-ha…
Browse files Browse the repository at this point in the history
…shing-0.16

undefined
  • Loading branch information
eed3si9n authored Dec 28, 2023
2 parents 66dd770 + 12a6f4b commit 74dae17
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 @@ -82,7 +82,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 74dae17

Please sign in to comment.