branch: elpa/cider
commit 81401810b55dd7a1e935c3f4b05a70734d28758a
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>

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

diff --git a/cider.el b/cider.el
index 3d68d150c8..f307c232ab 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-beta2"
+(defcustom cider-injected-nrepl-version "1.3.0-beta3"
   "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