From ccf82a2f5d21ae9dd9f8329202135b41f87308a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Tue, 10 Oct 2023 08:13:17 +0200 Subject: [PATCH] feat: upgrade spark to v1.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miroslav Bajtoš --- lib/zinnia.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/zinnia.js b/lib/zinnia.js index 3e34c372..135ae103 100644 --- a/lib/zinnia.js +++ b/lib/zinnia.js @@ -10,7 +10,7 @@ const ZINNIA_MODULES = [ { module: 'spark', repo: 'filecoin-station/spark', - distTag: 'v1.4.0' + distTag: 'v1.5.0' } ] const { TARGET_ARCH = os.arch() } = process.env