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.
如何让 sbt 0.11.3 使用插件的新快照版本?
reload plugins
不起作用。
reload plugins clean update
删除 ivy 缓存中插件的元数据文件并重新启动 sbt 不起作用。
sbt ";reload plugins ;update ;reload return"
我的错。该插件没有被重新加载,因为新的快照尚未针对我正在使用的 sbt 版本发布。