File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
language : clojure
2
- lein : 2.7 .1
2
+ lein : 2.8 .1
3
3
script :
4
4
- lein source-deps :prefix-exclusions "[\"classlojure\"]"
5
5
- lein with-profile +plugin.mranderson/config test
Original file line number Diff line number Diff line change 3
3
## Unreleased
4
4
5
5
* [ #198 ] ( https://github.com/clojure-emacs/refactor-nrepl/issues/187 ) Delay middleware loading to speed up initialization.
6
+ * Bump [ mranderson] ( https://github.com/benedekfazekas/mranderson ) version to fix leiningen 2.8.x incompatibility issues
7
+
8
+
6
9
## 2.3.1
7
10
8
11
### Bugs fixed
Original file line number Diff line number Diff line change 16
16
^:source-dep [rewrite-clj " 0.6.0" ]
17
17
^:source-dep [cljs-tooling " 0.2.0" ]
18
18
^:source-dep [version-clj " 0.1.2" ]]
19
- :plugins [[thomasa/mranderson " 0.4.7 " ]]
19
+ :plugins [[thomasa/mranderson " 0.4.8 " ]]
20
20
:filespecs [{:type :bytes :path " refactor-nrepl/refactor-nrepl/project.clj" :bytes ~(slurp " project.clj" )}]
21
21
:profiles {:provided {:dependencies [[cider/cider-nrepl " 0.14.0" ]
22
22
[org.clojure/clojure " 1.7.0" ]]}
You can’t perform that action at this time.
0 commit comments