From 9baaa7ebb3a773571e9e01303f29d55fb07a2a26 Mon Sep 17 00:00:00 2001 From: Roman Volosovskyi Date: Sun, 1 May 2016 16:58:25 +0300 Subject: [PATCH] fix protocol version --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index d453b4f6de..a66ad0cb32 100644 --- a/project.clj +++ b/project.clj @@ -9,8 +9,8 @@ [re-frame "0.6.0"] [prismatic/schema "1.0.4"] ^{:voom {:repo "https://github.com/status-im/status-lib.git" - :branch "project-structure"}} - [syng-im/protocol "0.1.1"] + :branch "master"}} + [syng-im/protocol "0.1.1-20160430_080316-gf359cb7"] [natal-shell "0.1.6"]] :plugins [[lein-cljsbuild "1.1.1"] [lein-figwheel "0.5.0-2"]