From 8b5cfc1275c102cc0ffae3fea947743431e8781d Mon Sep 17 00:00:00 2001 From: Alex Dixon Date: Fri, 28 Jul 2017 07:28:28 -0700 Subject: [PATCH] Upgrade figwheel to 0.5.11 --- examples/fullstack/project.clj | 4 ++-- examples/todomvc/project.clj | 4 ++-- project.clj | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/fullstack/project.clj b/examples/fullstack/project.clj index 2d3d0a8..b24d487 100644 --- a/examples/fullstack/project.clj +++ b/examples/fullstack/project.clj @@ -63,10 +63,10 @@ [com.cemerick/piggieback "0.2.2-SNAPSHOT"] [doo "0.1.7"] [org.clojure/test.check "0.9.0"] - [figwheel-sidecar "0.5.10-SNAPSHOT"]] + [figwheel-sidecar "0.5.11"]] :plugins [[com.jakemccrary/lein-test-refresh "0.18.1"] [lein-doo "0.1.7"] - [lein-figwheel "0.5.10-SNAPSHOT"] + [lein-figwheel "0.5.11"] [org.clojure/clojurescript "1.9.671"]] :cljsbuild {:builds diff --git a/examples/todomvc/project.clj b/examples/todomvc/project.clj index c6158ca..abf4368 100644 --- a/examples/todomvc/project.clj +++ b/examples/todomvc/project.clj @@ -23,10 +23,10 @@ :profiles {:dev {:dependencies [[com.cemerick/piggieback "0.2.2-SNAPSHOT"] - [figwheel-sidecar "0.5.10-SNAPSHOT"] + [figwheel-sidecar "0.5.11"] [binaryage/devtools "0.8.2"]] - :plugins [[lein-figwheel "0.5.10-SNAPSHOT"]] + :plugins [[lein-figwheel "0.5.11"]] :repl-options {:init-ns user} diff --git a/project.clj b/project.clj index 46209a3..30a6b25 100644 --- a/project.clj +++ b/project.clj @@ -40,10 +40,10 @@ [org.clojure/tools.namespace "0.2.11"] [devcards "0.2.3"] [com.cemerick/piggieback "0.2.2-SNAPSHOT"] - [figwheel-sidecar "0.5.10-SNAPSHOT"] + [figwheel-sidecar "0.5.11"] [binaryage/devtools "0.8.2"]] - :plugins [[lein-figwheel "0.5.10-SNAPSHOT"] + :plugins [[lein-figwheel "0.5.11"] [lein-doo "0.1.7"]] :repl-options {:init-ns user}