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.
私は自分のプロジェクトを管理するために lein を使用して:dependenciesい:dev-dependenciesます。これらの依存関係に利用可能な更新があるかどうかを確認する方法はありますか?
:dependencies
:dev-dependencies
私は自分で試したことはありませんが、ライセンサーの lein-search プラグインがあります。
lein update (dep 内のすべてのアーティファクトを更新し、必要に応じてそれぞれを要求します)
http://github.com/Licenser/lein-searchにあります。
Leiningen プラグインを使用する代わりに、デフォルトの Leiningen リポジトリであるClojarsをいつでも検索できます。