Skip to content

Commit

Permalink
docs: Update dep versions in help
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz committed Sep 29, 2023
1 parent d69f1c6 commit 48fb7d2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/vim-iced.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ LEININGEN~
{:user
{:dependencies [[nrepl "1.0.0"]
[com.github.liquidz/iced-nrepl "1.2.480"]
[cider/cider-nrepl "0.31.0"]]
[cider/cider-nrepl "0.38.1"]]
:repl-options {:nrepl-middleware [cider.nrepl/wrap-classpath
cider.nrepl/wrap-clojuredocs
cider.nrepl/wrap-complete
Expand All @@ -162,7 +162,7 @@ LEININGEN~
cider.nrepl/wrap-undef
cider.nrepl/wrap-xref
iced.nrepl/wrap-iced]}
:plugins [[refactor-nrepl "3.6.0"]]}}
:plugins [[refactor-nrepl "3.9.0"]]}}
<

*vim-iced-manual-boot*
Expand All @@ -173,8 +173,8 @@ BOOT~
(require (quote boot.repl))
(swap! boot.repl/*default-dependencies* concat
'[[refactor-nrepl "3.6.0"]
[cider/cider-nrepl "0.31.0"]
'[[refactor-nrepl "3.9.0"]
[cider/cider-nrepl "0.38.1"]
[com.github.liquidz/iced-nrepl "1.2.480"]])
(swap! boot.repl/*default-middleware* concat
Expand Down Expand Up @@ -203,8 +203,8 @@ SHADOW-CLJS~
shadow-cljs.edn
>
{
:dependencies [[refactor-nrepl "3.6.0"]
[cider/cider-nrepl "0.31.0"]
:dependencies [[refactor-nrepl "3.9.0"]
[cider/cider-nrepl "0.38.1"]
[com.github.liquidz/iced-nrepl "1.2.480"]]
}
<
Expand Down

0 comments on commit 48fb7d2

Please sign in to comment.