Closed metametadata closed 3 months ago
Good catch; it looks like for Leiningen's own process we pull in a patched version of parsley
but for the repl task we just depend on reply
which pulls in an older version indirectly.
Fixed in 7a35250.
Thank you!
To Reproduce
lein new app foo
,cd foo
.lein trampoline repl
.Actual behavior
Unexpected
WARNING
log:Expected behavior
No warnings.
Environment