From 46db07933455181a68bee774095c94425e7dd707 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 28 Nov 2016 18:29:38 +0100 Subject: [PATCH] Update bide to 1.0.6 --- frontend/project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/project.clj b/frontend/project.clj index 0852a156e..a8dd98799 100644 --- a/frontend/project.clj +++ b/frontend/project.clj @@ -27,7 +27,7 @@ [funcool/lentes "1.2.0"] [funcool/beicon "2.5.0"] [funcool/cuerdas "2.0.1"] - [funcool/bide "1.0.5"]] + [funcool/bide "1.0.6"]] :plugins [[lein-ancient "0.6.10"]] :clean-targets ^{:protect false} ["resources/public/js" "target"] )