We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6cdfab commit 34db785Copy full SHA for 34db785
CHANGELOG.org
@@ -4,6 +4,7 @@
4
** Added
5
*** yaml support in portal for `:repl/reloaded` and `:dev/reloaded` aliases
6
*** Integrant REPL support for `:repl/reloaded` and `:dev/reloaded` aliases
7
+*** nREPL support for `:repl/inspect`
8
** Changed
9
*** remove find-deps from `:repl/reloaded` and `:dev/reloaded` aliases to avoid reload clash with add-libs dependency
10
deps.edn
@@ -181,7 +181,8 @@
181
182
:repl/inspect
183
{:extra-deps
184
- {cider/cider-nrepl {:mvn/version "0.30.0"}
+ {nrepl/nrepl {:mvn/version "1.0.0"}
185
+ cider/cider-nrepl {:mvn/version "0.30.0"}
186
djblue/portal {:mvn/version "0.37.1"}}
187
:main-opts ["-m" "nrepl.cmdline"
188
"--middleware"
0 commit comments