Closed dchelimsky closed 5 years ago
I ran depot with --update and it updated e.g.
--update
{some/lib {:local/root "../some/lib"}}
to e.g.
{some/lib {:local/root "../some/lib" :mvn/version "1.2.3"}}
I think this should not be allowed, and depot should ignore deps declared with :local/root.
:local/root
Yeah, definitely bad behavior. What version of depot was this?
Welp, I thought it was 1.8.4 (current), but I just tried to validate that and now, of course, it's not happening. ¯_(ツ)_/¯
I ran depot with
--update
and it updated e.g.to e.g.
I think this should not be allowed, and depot should ignore deps declared with
:local/root
.