branch: elpa/cider
commit 5c1bac297341232d167a6d2beb79c39472597527
Author: Bozhidar Batsov <bozhi...@batsov.dev>
Commit: Bozhidar Batsov <bozhi...@batsov.dev>

    Bump the injected nREPL to 1.3.0-beta4
---
 cider.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cider.el b/cider.el
index f307c232ab..b1a1ada80e 100644
--- a/cider.el
+++ b/cider.el
@@ -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."

Reply via email to