Skip to content

Commit

Permalink
Merge pull request #446 from liquidz/dev
Browse files Browse the repository at this point in the history
Next release
  • Loading branch information
liquidz authored Sep 22, 2022
2 parents 8bb55a5 + bb34098 commit 94df31d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
All notable changes to this project will be documented in this file. This change log follows the conventions of http://keepachangelog.com/[keepachangelog.com].

== Unreleased (dev)
// {{{
=== Changed
* Bumped cider-nrepl to 0.28.6.
// }}}

== 3.12.3153 (2022-09-12)
// {{{
Expand Down
2 changes: 1 addition & 1 deletion bin/iced
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SCRIPT_DIR=$(cd $(dirname $0); pwd)
PROJECT_DIR=$(cd $SCRIPT_DIR; cd ..; pwd)
VERSION=$(grep 'Version: ' ${SCRIPT_DIR}/../doc/vim-iced.txt | cut -d' ' -f2)

BASE_DEPENDENCIES='nrepl/nrepl:1.0.0 refactor-nrepl/refactor-nrepl:3.5.5 cider/cider-nrepl:0.28.5 com.github.liquidz/iced-nrepl:1.2.468'
BASE_DEPENDENCIES='nrepl/nrepl:1.0.0 refactor-nrepl/refactor-nrepl:3.5.5 cider/cider-nrepl:0.28.6 com.github.liquidz/iced-nrepl:1.2.468'
BASE_MIDDLEWARES='cider.nrepl/wrap-classpath cider.nrepl/wrap-clojuredocs cider.nrepl/wrap-complete cider.nrepl/wrap-debug cider.nrepl/wrap-format cider.nrepl/wrap-info cider.nrepl/wrap-macroexpand cider.nrepl/wrap-ns cider.nrepl/wrap-out cider.nrepl/wrap-refresh cider.nrepl/wrap-stacktrace cider.nrepl/wrap-spec cider.nrepl/wrap-test cider.nrepl/wrap-trace cider.nrepl/wrap-undef cider.nrepl/wrap-xref refactor-nrepl.middleware/wrap-refactor iced.nrepl/wrap-iced'

CLJS_DEPENDENCIES='cider/piggieback:0.5.3'
Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{:paths ["clj/repl"]
:deps {nrepl/nrepl {:mvn/version "1.0.0"}
refactor-nrepl/refactor-nrepl {:mvn/version "3.5.5"}
cider/cider-nrepl {:mvn/version "0.28.5"}
cider/cider-nrepl {:mvn/version "0.28.6"}
com.github.liquidz/iced-nrepl {:mvn/version "1.2.468"}}
:__middlewares__
["cider.nrepl/wrap-classpath"
Expand Down
6 changes: 3 additions & 3 deletions doc/vim-iced.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ LEININGEN~
{:user
{:dependencies [[nrepl "1.0.0"]
[com.github.liquidz/iced-nrepl "1.2.468"]
[cider/cider-nrepl "0.28.5"]]
[cider/cider-nrepl "0.28.6"]]
:repl-options {:nrepl-middleware [cider.nrepl/wrap-classpath
cider.nrepl/wrap-clojuredocs
cider.nrepl/wrap-complete
Expand Down Expand Up @@ -173,7 +173,7 @@ BOOT~
(swap! boot.repl/*default-dependencies* concat
'[[refactor-nrepl "3.5.5"]
[cider/cider-nrepl "0.28.5"]
[cider/cider-nrepl "0.28.6"]
[com.github.liquidz/iced-nrepl "1.2.468"]])
(swap! boot.repl/*default-middleware* concat
Expand Down Expand Up @@ -203,7 +203,7 @@ SHADOW-CLJS~
>
{
:dependencies [[refactor-nrepl "3.5.5"]
[cider/cider-nrepl "0.28.5"]
[cider/cider-nrepl "0.28.6"]
[com.github.liquidz/iced-nrepl "1.2.468"]]
}
<
Expand Down

0 comments on commit 94df31d

Please sign in to comment.