列出 project.clj 中列出的依赖项的可用更新
我使用 lein 来管理我的项目,并且我有许多 :dependency
以及 :dev-dependency
。有没有办法查明这些依赖项是否有可用的更新?
I'm using lein to manage my project, and I have a number of :dependencies
as well as :dev-dependencies
. Is there a way to find out if there are updates available for these dependencies?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我自己没有尝试过,但是有Licenser的lein-search插件,它有:
它位于 http ://github.com/Licenser/lein-search。
I haven't tried it myself, but there is Licenser's lein-search plugin, which has:
It's at http://github.com/Licenser/lein-search.
作为使用 Leiningen 插件的替代方案(这是一个不错的选择),您始终可以搜索默认的 Leiningen 存储库,Clojars 。
As an alternative to using the Leiningen plugin, which is a good bet, you can always search the default Leiningen repository, Clojars.
我还可以推荐
lein-ancient
,可以在 此处 在 clojars 上找到。(其他一些答案相当旧。)
I can also recommend
lein-ancient
, available here on clojars.(Some of the other answers are rather old.)