diff --git a/project.clj b/project.clj index 37ed02bf72..8e27322b77 100644 --- a/project.clj +++ b/project.clj @@ -8,7 +8,9 @@ [reagent "0.5.1" :exclusions [cljsjs/react]] [re-frame "0.6.0"] [prismatic/schema "1.0.4"] - [syng-im/protocol "0.1.1"] + ^{:voom {:repo "https://github.com/status-im/status-lib.git" + :branch "feature-discover"}} + [syng-im/protocol "0.1.1-20160506_171115-ge2c95c1"] [natal-shell "0.1.6"]] :plugins [[lein-cljsbuild "1.1.1"] [lein-figwheel "0.5.0-2"]] @@ -44,4 +46,4 @@ :main "env.android.main" :output-dir "target/android" :optimizations :simple}}}} - }}) \ No newline at end of file + }})