File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -41,17 +41,17 @@ ENJOY!
4141
4242Run remote re-frisk debugger server using leiningen re-frisk [plugin](https://github.com/flexsurfer/lein-re-frisk ) following next steps:
4343
44- 1. Add `[lein-re-frisk " 0.5.3 " ]` into your global Leiningen config (`~/.lein/profiles.clj` ) like so:
44+ 1. Add `[lein-re-frisk " 0.5.5 " ]` into your global Leiningen config (`~/.lein/profiles.clj` ) like so:
4545
4646 ```cljs
47- {:user {:plugins [[lein-re-frisk " 0.5.3 " ]]}}
47+ {:user {:plugins [[lein-re-frisk " 0.5.5 " ]]}}
4848 ```
4949
5050 or into the `:plugins` vector of your project.clj
5151
5252 ```cljs
5353 (defproject your-project " 0.1.1"
54- {:plugins [[lein-re-frisk " 0.5.3 " ]]})
54+ {:plugins [[lein-re-frisk " 0.5.5 " ]]})
5555 ```
5656
57572. Start a web server in the current directory on the default port (4567 ):
@@ -63,7 +63,7 @@ Run remote re-frisk debugger server using leiningen re-frisk [plugin](https://gi
6363 `$ lein re-frisk 8095 `
6464
6565
66- 3. Add `[re-frisk-remote " 0.5.1 " ]` to the dev `:dependencies` in your project.clj
66+ 3. Add `[re-frisk-remote " 0.5.3 " ]` to the dev `:dependencies` in your project.clj
6767
6868 run re-frisk using `enable-re-frisk-remote!` function on the localhost and default port (4567 )
6969
Original file line number Diff line number Diff line change 66
77 :min-lein-version " 2.6.1"
88
9- :dependencies [[org.clojure/clojure " 1.9.0-alpha17 " ]
10- [org.clojure/clojurescript " 1.9.671 " ]
9+ :dependencies [[org.clojure/clojure " 1.9.0-RC1 " ]
10+ [org.clojure/clojurescript " 1.9.946 " ]
1111 [reagent " 0.7.0" ]
1212 [re-frame " 0.10.1" ]
1313 [re-frisk-shell " 0.5.2" ]
14- [com.cognitect/transit-cljs " 0.8.239 " ]]
14+ [com.cognitect/transit-cljs " 0.8.243 " ]]
1515
1616 :plugins [[lein-cljsbuild " 1.1.7" :exclusions [[org.clojure/clojure]]]
1717 [lein-figwheel " 0.5.13" ]
You can’t perform that action at this time.
0 commit comments