It really was that stoopid but, it needed a 2nd pair of eyes!
Thanks.
On Tuesday, 14 February 2023 at 01:04:13 UTC Alex Miller wrote:
> There may be other things wrong, but hard to tell without more context of
> your deps.edn.
>
> On Mon, Feb 13, 2023 at 7:02 PM Alex Miller wrote:
>
>> It look
There may be other things wrong, but hard to tell without more context of
your deps.edn.
On Mon, Feb 13, 2023 at 7:02 PM Alex Miller wrote:
> It looks like you misspelled ":override-deps" (two r's) ?
>
> On Mon, Feb 13, 2023 at 5:50 PM 'Tête à-tête' via Clojure <
> clojure@googlegroups.com> wrot
It looks like you misspelled ":override-deps" (two r's) ?
On Mon, Feb 13, 2023 at 5:50 PM 'Tête à-tête' via Clojure <
clojure@googlegroups.com> wrote:
> :overide-deps
> {edu.stanford.nlp/stanford-corenlp {:mvn/version "4.5.2"}}
>
> I've tried preventing corenlp 4.4.0 and, here, I'm insisting
:overide-deps
{edu.stanford.nlp/stanford-corenlp {:mvn/version "4.5.2"}}
I've tried preventing corenlp 4.4.0 and, here, I'm insisting on 4.5.2!
A framework that I use relies on corenlp but, I want deps to resolve to the
latest version only, so not backfill the m2 repo.
On Monday, 13 Febr
Can you share an example deps.edn or some more information? Also, what
Clojure CLI version are you using `clj --version`.
Alex
On Monday, February 13, 2023 at 7:14:20 AM UTC-6 deliver...@googlemail.com
wrote:
> My laptop is struggling for space and, I would like to override a
> dependency, s