Skip to content

Commit 971683c

Browse files
Merge pull request #209 from clojure-emacs/mranderson-048
Bump mranderson version to 0.4.8
2 parents 1fc32de + 2610bfe commit 971683c

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: clojure
2-
lein: 2.7.1
2+
lein: 2.8.1
33
script:
44
- lein source-deps :prefix-exclusions "[\"classlojure\"]"
55
- lein with-profile +plugin.mranderson/config test

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
## Unreleased
44

55
* [#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+
69
## 2.3.1
710

811
### Bugs fixed

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
^:source-dep [rewrite-clj "0.6.0"]
1717
^:source-dep [cljs-tooling "0.2.0"]
1818
^:source-dep [version-clj "0.1.2"]]
19-
:plugins [[thomasa/mranderson "0.4.7"]]
19+
:plugins [[thomasa/mranderson "0.4.8"]]
2020
:filespecs [{:type :bytes :path "refactor-nrepl/refactor-nrepl/project.clj" :bytes ~(slurp "project.clj")}]
2121
:profiles {:provided {:dependencies [[cider/cider-nrepl "0.14.0"]
2222
[org.clojure/clojure "1.7.0"]]}

0 commit comments

Comments
 (0)