Skip to content

Commit

Permalink
Upgrade figwheel to 0.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-dixon committed Jul 28, 2017
1 parent f16caf1 commit 8b5cfc1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions examples/fullstack/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions examples/todomvc/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 8b5cfc1

Please sign in to comment.