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 aff4a25 commit d1685a4Copy full SHA for d1685a4
lua/acid/nrepl.lua
@@ -14,9 +14,9 @@ local deps = {
14
['nrepl/nrepl'] = '{:mvn/version "0.6.0"}',
15
['org.clojure/clojurescript'] = '{:mvn/version "1.10.439"}',
16
['cider/piggieback'] = '{:mvn/version "0.4.0"}',
17
- ['cider/cider-nrepl'] = '{:mvn/version "0.22.0"}',
18
- ['refactor-nrepl'] = '{:mvn/version "2.4.0"}',
19
- ['iced-nrepl'] = '{:mvn/version "0.6.6"}'
+ ['cider/cider-nrepl'] = '{:mvn/version "0.24.0"}',
+ ['refactor-nrepl'] = '{:mvn/version "2.5.0"}',
+ ['iced-nrepl'] = '{:mvn/version "1.0.0"}'
20
}
21
22
--- List of supported middlewares and the wrappers to invoke when spawning a nrepl process.
0 commit comments