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.
我一直在向 clojars 推送一个库(具有相同版本)。以前,每次我构建项目时,leiningen 都会获取最新的快照:
[my-library "0.1.0-SNAPSHOT"]
但是现在我必须在 project.clj 依赖项中显式编写它的版本,以便获得最新的快照,如下所示:
[my-library "0.1.0-20150415.183412-9"]
我想我可以将库版本更改为"0.2.0-SNAPSHOT". 但是,如果有人能解释一下为什么我不能像以前那样获得最新的快照。
"0.2.0-SNAPSHOT"
谢谢