Skip to content

Commit d1685a4

Browse files
committed
Bump nrepl middlewares
1 parent aff4a25 commit d1685a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lua/acid/nrepl.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ local deps = {
1414
['nrepl/nrepl'] = '{:mvn/version "0.6.0"}',
1515
['org.clojure/clojurescript'] = '{:mvn/version "1.10.439"}',
1616
['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"}'
17+
['cider/cider-nrepl'] = '{:mvn/version "0.24.0"}',
18+
['refactor-nrepl'] = '{:mvn/version "2.5.0"}',
19+
['iced-nrepl'] = '{:mvn/version "1.0.0"}'
2020
}
2121

2222
--- List of supported middlewares and the wrappers to invoke when spawning a nrepl process.

0 commit comments

Comments
 (0)