Skip to content

Commit

Permalink
Bump the injected version of nREPL to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Aug 13, 2024
1 parent 5c1bac2 commit 2ca9059
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-beta4"
(defcustom cider-injected-nrepl-version "1.3.0"
"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 2ca9059

Please sign in to comment.