File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ lein: 2.8.1
3
3
script :
4
4
- lein source-deps :prefix-exclusions "[\"classlojure\"]"
5
5
- lein with-profile +plugin.mranderson/config test
6
- - lein with-profile +1.8,+plugin.mranderson/config test
7
6
- lein with-profile +1.9,+plugin.mranderson/config test
8
7
jdk :
9
8
- openjdk7
Original file line number Diff line number Diff line change 5
5
* [ #215 ] ( https://github.com/clojure-emacs/refactor-nrepl/issues/215 ) Support JVM system proxy in mvn artifacts listing
6
6
* [ #198 ] ( https://github.com/clojure-emacs/refactor-nrepl/issues/187 ) Delay middleware loading to speed up initialization.
7
7
* Bump [ mranderson] ( https://github.com/benedekfazekas/mranderson ) version to fix leiningen 2.8.x incompatibility issues
8
+ * Drop Clojure 1.7.0 support
8
9
9
10
10
11
## 2.3.1
Original file line number Diff line number Diff line change 18
18
:plugins [[thomasa/mranderson " 0.4.8" ]]
19
19
:filespecs [{:type :bytes :path " refactor-nrepl/refactor-nrepl/project.clj" :bytes ~(slurp " project.clj" )}]
20
20
:profiles {:provided {:dependencies [[cider/cider-nrepl " 0.14.0" ]
21
- [org.clojure/clojure " 1.7 .0" ]]}
21
+ [org.clojure/clojure " 1.8 .0" ]]}
22
22
:test {:dependencies [[print-foo " 1.0.2" ]]
23
23
:src-paths [" test/resources" ]}
24
- :1.8 {:dependencies [[org.clojure/clojure " 1.8.0" ]]}
25
24
:1.9 {:dependencies [[org.clojure/clojure " 1.9.0" ]
26
25
[org.clojure/clojurescript " 1.9.908" ]]}
27
26
:dev {:plugins [[jonase/eastwood " 0.2.0" ]]
You can’t perform that action at this time.
0 commit comments