-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
;; Lars Andersen <[email protected]> | ||
;; Benedek Fazekas <[email protected]> | ||
;; Bozhidar Batsov <[email protected]> | ||
;; Version: 2.5.1 | ||
;; Version: 3.0.0-alpha13 | ||
;; Keywords: convenience, clojure, cider | ||
|
||
;; Package-Requires: ((emacs "26.1") (seq "2.19") (yasnippet "0.6.1") (paredit "24") (multiple-cursors "1.2.2") (clojure-mode "5.9") (cider "1.0") (parseedn "1.0.4") (inflections "2.3") (hydra "0.13.2")) | ||
|
@@ -3278,7 +3278,7 @@ if REMOVE-PACKAGE_VERSION is t get rid of the (package: 20150828.1048) suffix." | |
(replace-regexp-in-string " (.*)" "" version) | ||
version))) | ||
|
||
(defcustom cljr-injected-middleware-version "3.0.0-alpha12" ;; (cljr--version t) | ||
(defcustom cljr-injected-middleware-version "3.0.0-alpha13" ;; (cljr--version t) | ||
"The refactor-nrepl version to be injected. | ||
You can customize this in order to try out new releases. | ||
|