From 24d54740a2079321cf74adf622fca2d49201eab7 Mon Sep 17 00:00:00 2001 From: Autobot Date: Mon, 9 Oct 2023 22:31:19 +0000 Subject: [PATCH] Update snappy-java to 1.1.10.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4eaae3b59..17a8b8d41 100644 --- a/build.sbt +++ b/build.sbt @@ -48,7 +48,7 @@ val V = new { val munitCE3 = "1.0.7" val scalatest = "3.2.17" val scalatestPlus = "3.2.3.0" - val snappy = "1.1.10.4" + val snappy = "1.1.10.5" val vulcan = "1.9.0" }