From 100446cab3e2833c27a6e37aafbb484d8e971f5f Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Sun, 25 Dec 2016 20:43:18 +0100 Subject: [PATCH] Update dependencies. --- frontend/project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/project.clj b/frontend/project.clj index e72f118a5..fa548bf40 100644 --- a/frontend/project.clj +++ b/frontend/project.clj @@ -26,8 +26,8 @@ [funcool/struct "1.0.0"] [funcool/lentes "1.2.0"] [funcool/beicon "2.8.0"] - [funcool/cuerdas "2.0.1"] - [funcool/bide "1.2.1"]] + [funcool/cuerdas "2.0.2"] + [funcool/bide "1.2.2"]] :plugins [[lein-ancient "0.6.10"]] :clean-targets ^{:protect false} ["resources/public/js" "target"] )