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 bf543b5 commit da9c38bCopy full SHA for da9c38b
cider.el
@@ -300,7 +300,7 @@ Throws an error if PROJECT-TYPE is unknown. Known types are
300
"List of dependencies where elements are lists of artifact name and version.")
301
(put 'cider-jack-in-dependencies 'risky-local-variable t)
302
(cider-add-to-alist 'cider-jack-in-dependencies
303
- "org.clojure/tools.nrepl" "0.2.12")
+ "org.clojure/tools.nrepl" "0.2.13")
304
305
(defvar cider-jack-in-dependencies-exclusions nil
306
"List of exclusions for jack in dependencies.
0 commit comments