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"] )