From 1a31ebe65acce13584951f763b2712e85dbe4314 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 09:17:56 +0100 Subject: [PATCH] Update zstd-jni to 1.5.6-8 (#18) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 📦 Updates [com.github.luben:zstd-jni](https://github.com/luben/zstd-jni) from `1.5.6-7` to `1.5.6-8` 📜 [GitHub Release Notes](https://github.com/luben/zstd-jni/releases/tag/v1.5.6-8) - [Version Diff](https://github.com/luben/zstd-jni/compare/v1.5.6-7...v1.5.6-8) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3c4517a..fda25cf 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ val V = new { val lz4 = "1.8.0" val zio = "2.1.13" val zip4j = "2.11.5" - val zstdJni = "1.5.6-7" + val zstdJni = "1.5.6-8" } val _scala212 = "2.12.20"