From 6866ef67c88b57986073fc2fd51aeb6b4eb4ac4b Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Sat, 27 Aug 2016 17:47:15 +0300 Subject: [PATCH] Update bide depdenency that fixes some navegation bug. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index a4236d4ef8..1817c0e799 100644 --- a/project.clj +++ b/project.clj @@ -28,7 +28,7 @@ [funcool/promesa "1.5.0"] [funcool/beicon "2.3.0"] [funcool/cuerdas "0.8.0"] - [funcool/bide "1.0.2"]] + [funcool/bide "1.0.3"]] :plugins [[lein-ancient "0.6.10"]] :clean-targets ^{:protect false} ["resources/public/js" "target"] )