Commit graph

328 commits

Author SHA1 Message Date
Bozhidar Batsov
f11366abb2
Bump the nREPL dep to 0.2.13
I guess that's self-explanatory. 0.2.13 is the latest stable version.
2017-12-09 12:33:54 +02:00
Phil Hagelberg
4169f26ca8 Bump dev version up to 2.8.2-SNAPSHOT. 2017-10-27 14:46:11 -07:00
Phil Hagelberg
2261906d9d Release 2.8.1 2017-10-27 14:35:27 -07:00
Phil Hagelberg
d42f947f09 Bump up to the next snapshot.
[skip ci]
2017-10-17 17:41:41 -07:00
Phil Hagelberg
04b88e57c4 Release 2.8.0 2017-10-17 17:33:25 -07:00
Phil Hagelberg
48f0b89e41 Only warn for plugin conflicts when :pedantic? is :warn or :abort. 2017-10-13 16:59:22 -07:00
Phil Hagelberg
d5bf55df1c Go back to version 2.8.0-SNAPSHOT.
[skip ci]
2017-09-19 15:33:40 -07:00
Phil Hagelberg
b2c4c5a782 Release 2.8.0-RC1 2017-09-18 15:45:42 -07:00
Phil Hagelberg
267e16ab1f Prepare for 2.8.0-RC1. 2017-09-18 15:43:27 -07:00
Phil Hagelberg
1154059b3e Remove unnecessary workarounds.
[skip ci]
2017-04-25 14:28:58 -07:00
Phil Hagelberg
14c7f1ecc5 Add back in commons-lang dependency. 2017-04-25 13:47:04 -07:00
Phil Hagelberg
f27dff2a07 Remove Cheshire dependency; use XML for search results. 2017-04-25 13:24:20 -07:00
Phil Hagelberg
ae07acbcce Move clojure-complete out into repl-specific profile. 2017-04-25 13:23:59 -07:00
Phil Hagelberg
6ede563f07 Move reply to on-demand dependency. 2017-04-25 10:46:43 -07:00
Phil Hagelberg
9e556c2762 Remove clj-http dependency, and all transitive deps too. 2017-04-25 10:46:43 -07:00
Jean Niklas L'orange
bbbead38b2 Bump http maven-wagon, fixes #1966 2017-01-31 11:16:35 +01:00
Phil Hagelberg
a76de08f0d Bump a few versions here and there. 2017-01-20 16:18:10 -08:00
Phil Hagelberg
b1cb935acb Replace lein search with live API-hitting task.
Addresses the discussion in #2234.

No pagination yet.

Also checks repositories based on the presence of "clojars" or
"central" in the :repositories map; you could theoretically keep these
under a different name or something and it could get confused, but
... why would you?
2017-01-17 22:45:14 -08:00
Jean Niklas L'orange
0dd866ffc8 Bump dependencies, closes #2215 2016-10-06 23:49:33 +02:00
Jean Niklas L'orange
c06bc76959 Back to snapshot 2016-09-22 02:48:48 +02:00
Jean Niklas L'orange
150d98b7ae
Release 2.7.1 2016-09-22 01:04:59 +02:00
Jean Niklas L'orange
309abec275 Back to snapshot 2016-08-24 02:27:09 +02:00
Jean Niklas L'orange
c5d95b7190
Release 2.7.0 2016-08-24 02:18:10 +02:00
Jean Niklas L'orange
2ca63f0084 Bump dependencies 2016-02-09 23:21:48 +01:00
Jean Niklas L'orange
6046f1f848 Back to snapshot 2016-02-08 18:36:20 +01:00
Jean Niklas L'orange
f9a464e008
Release 2.6.1 2016-02-08 18:20:33 +01:00
Jean Niklas L'orange
58b8c1658a Back to snapshot 2016-02-05 01:36:14 +01:00
Jean Niklas L'orange
0fe3f86a3c
Release 2.6.0 2016-02-05 01:17:21 +01:00
Jean Niklas L'orange
c630502d18 Code cleanup 2016-02-04 23:32:52 +01:00
Jean Niklas L'orange
6ccb4943df Merge pull request #2076 from danielcompton/remove-potemkin
Remove potemkin dependency
2016-02-01 22:56:50 +01:00
Daniel Compton
3fa0542806 Remove potemkin dependency
It doesn't seem like Potemkin is being used anywhere in Leiningen, so it
could be removed?
2016-02-02 10:02:40 +13:00
Daniel Compton
090e7a114e Upgrade clojure-complete from 0.2.3 to 0.2.4
0.2.4 contains type hints to eliminate reflection warnings.
2016-02-02 07:55:45 +13:00
Daniel Compton
2ac8694eb1 Upgrade clj-http to 2.0.0
This makes a lot of it's dependencies optional, including tools.reader.
2015-12-09 19:42:54 +13:00
Bozhidar Batsov
8fd028e896 Bump the nREPL dep to 0.2.12
nREPL 0.2.11 added an extremely important source-tracking feature, which is leveraged by CIDER (and probably some other tools). 0.2.12 fixed a critical bug introduced in 0.2.11.
2015-11-01 18:34:46 +02:00
Jean Niklas L'orange
87c7e07da9 Back to snapshot 2015-09-22 00:37:56 +02:00
Jean Niklas L'orange
574aabb9d4 Release 2.5.3 2015-09-21 23:23:51 +02:00
Jean Niklas L'orange
afa31af346 Pin potemkin. Ref #1693
It seems like potemkin is kept at 0.3.x, but some libraries seem to
depend on its transitive dependency, clj-tuple. In particular, some
dependency wants to use `clojure.lang.PersistentUnrolledVector`, which it
cannot find.

Pinning it to the latest version seems to cause issues like #1693 go
away.
2015-09-20 16:12:15 +02:00
Jean Niklas L'orange
35aef5832b Back to snapshot. 2015-08-09 15:58:37 +02:00
Jean Niklas L'orange
fe48537e7d Release 2.5.2 2015-08-09 15:28:06 +02:00
Jean Niklas L'orange
273dcb97ac Fix compile warnings related to c.c/update 2015-08-09 14:54:12 +02:00
Jean Niklas L'orange
6a390379f2 Bump reply to 0.3.7 2015-08-08 16:28:40 +02:00
Phil Hagelberg
1f43aa02b7 Merge pull request #1911 from montoux/ft-reader-conditionals
Add support for reader conditional files (cljc) (#1827)
2015-07-25 11:13:36 +07:00
Stephen Nelson
f413b6d73f Add support for reader conditional files (cljc)
Clojure 1.7.0 will add support for reader conditionals:

http://dev.clojure.org/display/design/Reader+Conditionals

This patch adds reader conditional support to leiningen, in particular for
compilation (including aot and stale files) and testing.
2015-07-19 08:52:49 +12:00
Conor McDermottroe
486fd3134c Bump cheshire dependency.
The current version pulls in really old versions of jackson which can
easily break plugin code.
2015-07-17 12:38:06 +01:00
Jean Niklas L'orange
4ab6de9b9c Bump nrepl dependency. 2015-07-09 15:32:01 +02:00
Jean Niklas L'orange
ff84da6972 Chas isn't wasting time, I can tell you that. 2015-03-24 21:56:17 +01:00
Jean Niklas L'orange
dcb8f9adff Merge pull request #1861 from bbatsov/patch-1
Bump nREPL dep to 0.2.8
2015-03-18 08:13:28 +01:00
Bozhidar Batsov
49cc4d2071 Bump reply dep to 0.3.6 2015-03-18 08:11:16 +02:00
Bozhidar Batsov
318c70bfbf Bump nREPL dep to 0.2.8 2015-03-18 08:07:41 +02:00
Jean Niklas L'orange
6b8e74eaee Bump nrepl version, fixes #1829. 2015-02-10 20:40:33 +01:00