Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
:dependencies我正在使用 lein 来管理我的项目,并且我有许多:dev-dependencies. 有没有办法找出这些依赖项是否有可用的更新?
:dependencies
:dev-dependencies
我自己没有尝试过,但是有许可人的 lein-search 插件,它有:
lein update(更新你的部门中的所有工件,如果你愿意,可以询问每个工件)
它位于http://github.com/Licenser/lein-search。
作为使用 Leiningen 插件的替代方案,这是一个不错的选择,您始终可以搜索默认的 Leiningen 存储库Clojars。
我也可以推荐lein-ancient,可在clojars 上找到。(其他一些答案相当陈旧。)
lein-ancient