From 92246ea8fdc589e2d2de89b3984d1a624e5eb1fc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 4 Jun 2026 17:23:40 +0000 Subject: [PATCH] Update zstd-jni to 1.5.7-10 --- build.mill | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.mill b/build.mill index e004627..a7be9d9 100644 --- a/build.mill +++ b/build.mill @@ -7,7 +7,7 @@ import mill.util.BuildInfo.{millVersion, millBinPlatform} object Versions { lazy val scala = "3.7.0" lazy val commonCompress = "1.27.1" - lazy val zstdJni = "1.5.7-3" + lazy val zstdJni = "1.5.7-10" lazy val xz = "1.10" }