From 0cd0a638a139c128bfb05640800328751997aef1 Mon Sep 17 00:00:00 2001 From: Roman Volosovskyi Date: Wed, 25 May 2016 11:35:51 +0300 Subject: [PATCH] update protocol dependency Former-commit-id: 83c36caf3a3f83d3f7787b14defa10cfc456ed22 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index c17fd71221..647d7ad498 100644 --- a/project.clj +++ b/project.clj @@ -10,7 +10,7 @@ [prismatic/schema "1.0.4"] ^{:voom {:repo "https://github.com/status-im/status-lib.git" :branch "master"}} - [status-im/protocol "0.1.1-20160524_084524-gae39f36"] + [status-im/protocol "0.1.1-20160525_083359-g53ab2c2"] [natal-shell "0.1.6"] [com.andrewmcveigh/cljs-time "0.4.0"]] :plugins [[lein-cljsbuild "1.1.1"]