列出 project.clj 中列出的依赖项的可用更新

发布于 2024-09-13 04:01:15 字数 109 浏览 2 评论 0原文

我使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

亚希 2024-09-20 04:01:15

我自己没有尝试过,但是有Licenser的lein-search插件,它有:

lein update(更新您部门中的所有工件,如果您愿意,请询问每一个)

它位于 http ://github.com/Licenser/lein-search

I haven't tried it myself, but there is Licenser's lein-search plugin, which has:

lein update (updates all artifacts in your deps, asking for each one if you'd like it)

It's at http://github.com/Licenser/lein-search.

懒猫 2024-09-20 04:01:15

作为使用 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.

绻影浮沉 2024-09-20 04:01:15

我还可以推荐 lein-ancient,可以在 此处 在 clojars 上找到。
(其他一些答案相当旧。)

I can also recommend lein-ancient, available here on clojars.
(Some of the other answers are rather old.)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文