Skip to content

Commit

Permalink
Bump the injected nREPL to 1.3.0-beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Aug 3, 2024
1 parent 8140181 commit 5c1bac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cider.el
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ Throws an error if PROJECT-TYPE is unknown."
"List of dependencies where elements are lists of artifact name and version.")
(put 'cider-jack-in-dependencies 'risky-local-variable t)

(defcustom cider-injected-nrepl-version "1.3.0-beta3"
(defcustom cider-injected-nrepl-version "1.3.0-beta4"
"The version of nREPL injected on jack-in.
We inject the newest known version of nREPL just in case
your version of Boot or Leiningen is bundling an older one."
Expand Down

0 comments on commit 5c1bac2

Please sign in to comment.