Skip to content

Commit

Permalink
Depend directly on nrepl/clojure-complete.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
technomancy committed Sep 15, 2014
1 parent 284c79c commit 7cca27e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 19 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Leiningen News -- history of user-visible changes

## 2.5.0 / ???
## 2.5.0 / 2014-09-14

* Allow certain profiles to be `^:leaky` and affect downstream. (Hugo Duncan)
* Allow profiles to be loaded out of plugins. (Phil Hagelberg, Hugo Duncan)
Expand Down
1 change: 1 addition & 0 deletions leiningen-core/src/leiningen/core/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,7 @@
{:displace true})
:test-selectors {:default (with-meta '(constantly true)
{:displace true})}
;; bump deps in leiningen's own project.clj with these
:dependencies '[[org.clojure/tools.nrepl "0.2.6"
:exclusions [org.clojure/clojure]]
[clojure-complete "0.2.3"
Expand Down
37 changes: 19 additions & 18 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,25 @@
:url "https://github.com/technomancy/leiningen"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies
^:replace [[leiningen-core "2.5.0-SNAPSHOT"]
[org.clojure/data.xml "0.0.3"]
[commons-io "2.4"]
[bultitude "0.2.6"]
[stencil "0.3.3" :exclusions [org.clojure/core.cache]]
[org.apache.maven.indexer/indexer-core "4.1.3"
:exclusions [org.apache.maven/maven-model
org.sonatype.aether/aether-api
org.sonatype.aether/aether-util
org.sonatype.sisu/sisu-inject-plexus
jakarta-regexp]]
[reply "0.3.5" :exclusions [ring/ring-core
org.thnetos/cd-client]]
;; bump versions of various common transitive deps
[slingshot "0.10.3"]
[cheshire "5.0.2"]
[clj-http "0.9.2" :exclusions [crouton]]]
:dependencies [[leiningen-core "2.5.0-SNAPSHOT"]
[org.clojure/data.xml "0.0.3"]
[commons-io "2.4"]
[bultitude "0.2.6"]
[stencil "0.3.3" :exclusions [org.clojure/core.cache]]
[org.apache.maven.indexer/indexer-core "4.1.3"
:exclusions [org.apache.maven/maven-model
org.sonatype.aether/aether-api
org.sonatype.aether/aether-util
org.sonatype.sisu/sisu-inject-plexus
jakarta-regexp]]
[reply "0.3.5" :exclusions [ring/ring-core
org.thnetos/cd-client]]
[org.clojure/tools.nrepl "0.2.6"]
[clojure-complete "0.2.3"]
;; bump versions of various common transitive deps
[slingshot "0.10.3"]
[cheshire "5.0.2"]
[clj-http "0.9.2" :exclusions [crouton]]]
;; checkout-deps don't work with :eval-in :leiningen
:profiles {:dev {:resource-paths ["leiningen-core/dev-resources"]
:test-paths ["leiningen-core/test"]}
Expand Down

0 comments on commit 7cca27e

Please sign in to comment.