From b88e4d89ce3dbc6ae751900589002af421623e04 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Sun, 28 Aug 2016 12:48:17 +0300 Subject: [PATCH] Update funcool/bide dependency that fixes a navigation bug in view app. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 1817c0e79..90a85ec8e 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.3"]] + [funcool/bide "1.0.4"]] :plugins [[lein-ancient "0.6.10"]] :clean-targets ^{:protect false} ["resources/public/js" "target"] )