From 12a6f4be48f52ed1af0bb364d95cceb66912fbf6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 27 Jul 2022 17:27:14 +0000 Subject: [PATCH] Update zero-allocation-hashing to 0.16 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 72d3c015d..d630ac780 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -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(