From ca7b4f1b74c696f4ce1dd7dbdd092b508673d236 Mon Sep 17 00:00:00 2001 From: Julien Eluard Date: Wed, 14 Nov 2018 14:56:31 +0100 Subject: [PATCH] Moved to fixed pluto version Signed-off-by: yenda --- deps.edn | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deps.edn b/deps.edn index b8a0c0a72f..4c581f9852 100644 --- a/deps.edn +++ b/deps.edn @@ -11,7 +11,7 @@ com.taoensso/timbre {:mvn/version "4.10.0"} hickory {:mvn/version "0.7.1"} com.cognitect/transit-cljs {:mvn/version "0.8.248"} - status-im/pluto {:mvn/version "iteration-4-SNAPSHOT"} + status-im/pluto {:mvn/version "iteration-4-1"} mvxcvi/alphabase {:mvn/version "1.0.0"} rasom/cljs-react-navigation {:mvn/version "0.1.4"}} diff --git a/project.clj b/project.clj index 6788393913..7170677d6b 100644 --- a/project.clj +++ b/project.clj @@ -11,7 +11,7 @@ [com.taoensso/timbre "4.10.0"] [hickory "0.7.1"] [com.cognitect/transit-cljs "0.8.248"] - [status-im/pluto "iteration-4-SNAPSHOT"] + [status-im/pluto "iteration-4-1"] [mvxcvi/alphabase "1.0.0"] [rasom/cljs-react-navigation "0.1.4"]] :plugins [[lein-cljsbuild "1.1.7"]