Skip to content

Commit

Permalink
Inject nREPL 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Dec 12, 2018
1 parent b565e2b commit 3d57645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cider.el
Expand Up @@ -377,7 +377,7 @@ Throws an error if PROJECT-TYPE is unknown."
;; We inject the newest known version of nREPL just in case
;; your version of Boot or Leiningen is bundling an older one.
(cider-add-to-alist 'cider-jack-in-dependencies
"nrepl" "0.5.2")
"nrepl" "0.5.3")

(defvar cider-jack-in-cljs-dependencies nil
"List of dependencies where elements are lists of artifact name and version.
Expand Down

0 comments on commit 3d57645

Please sign in to comment.