From 688fde47e9908dad26ccf4d6e96a11bf8e00587c Mon Sep 17 00:00:00 2001 From: Adrian Tiberius Date: Thu, 30 Jun 2016 13:51:06 +0300 Subject: [PATCH] updated status-lib dependency Former-commit-id: 8a75e1eea79515522395d27bcd51f7e992720d37 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 4007f3100d..a407735efa 100644 --- a/project.clj +++ b/project.clj @@ -10,7 +10,7 @@ [prismatic/schema "1.0.4"] ^{:voom {:repo "git@github.com:status-im/status-lib.git" :branch "master"}} - [status-im/protocol "0.1.1-20160525_083359-g53ab2c2"] + [status-im/protocol "0.1.1-20160630_104454-gd663db0"] [natal-shell "0.1.6"] [com.andrewmcveigh/cljs-time "0.4.0"]] :plugins [[lein-cljsbuild "1.1.1"]