Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
leiningen-2.11.0-standalone.jar.asc | 2024-01-27 | 833 Bytes | |
leiningen-2.11.0-standalone.jar | 2024-01-27 | 16.5 MB | |
2.11.0 source code.tar.gz | 2024-01-27 | 981.3 kB | |
2.11.0 source code.zip | 2024-01-27 | 1.1 MB | |
README.md | 2024-01-27 | 896 Bytes | |
Totals: 5 Items | 18.6 MB | 0 |
2.11.0 / 2024-01-27
- Top-level
:exclusions
can now affect top-level:dependencies
. (Juan Monetta) - Fix a bug where
:eval-in :nrepl
couldn't detect running repl. (Phil Hagelberg) - Fix a bug where
:eval-in :nrepl
would crash. (Marco Biscaro) - Fix a bug where files on test path could be visible during jar. (Phil Hagelberg)
- Fix an issue with
check
in namespaces that rely on AOT. (Phil Hagelberg) - Fix a redundant confusing dependencies warning. (Phil Hagelberg)
- Add
static-classpath
task for static analysis. (Phil Hagelberg) - Major performance improvements handling pathological dependency trees. (Marco Biscaro)
- Improve error reporting for search failures. (rome user)
- Support XDG config directories. (Phil Hagelberg)
- Use
$XDG_CACHE_HOME
for self-installs if it exists. (Phil Hagelberg) - Add warnings for buggy composite profiles. (Phil Hagelberg)