From 22b326e2b92d95cca585c9ac0c3260c72f5c2486 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Fri, 29 Dec 2023 16:13:21 +0100 Subject: [PATCH] :bug: Fix issue with release build introduced on beicon2 upgrade --- frontend/deps.edn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/deps.edn b/frontend/deps.edn index e8f858c8c5..1190661d06 100644 --- a/frontend/deps.edn +++ b/frontend/deps.edn @@ -19,8 +19,8 @@ :git/url "https://github.com/funcool/beicon.git"} funcool/rumext - {:git/tag "v2.8" - :git/sha "f8a0d9a" + {:git/tag "v2.8.1" + :git/sha "168738b" :git/url "https://github.com/funcool/rumext.git"} instaparse/instaparse {:mvn/version "1.4.12"}