From decd5a905e99969e89e38e8ff3b69344dee3045c Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Thu, 17 Mar 2016 22:22:06 +0200 Subject: [PATCH] Update promesa and bidi dependencies. --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index 2b4d9e2ff..7745d1911 100644 --- a/project.clj +++ b/project.clj @@ -17,12 +17,12 @@ [cljsjs/moment "2.10.6-3"] [funcool/lentes "1.0.0"] [funcool/httpurr "0.5.0-20160314.065111-4"] - [funcool/promesa "0.8.1"] + [funcool/promesa "1.1.0"] [funcool/beicon "1.0.3"] [funcool/cuerdas "0.7.1"] [funcool/hodgepodge "0.1.4"] [bouncer "1.0.0"] - [bidi "1.25.1"]] + [bidi "2.0.4"]] :plugins [[lein-ancient "0.6.7"]] :clean-targets ^{:protect false} ["resources/public/js" "target"] )