本文介绍了ScalaToolsSnapshots 替代解析器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
任何人都可以帮我解决目前在 sbt._ 中列出的 ScalaToolsSnapshots 解析器的替代方案吗?
Can anyone please help me with the alternative to ScalaToolsSnapshots resolver currently listed in sbt._?
XSBT 表示它已从 0.11 版开始弃用.3 并建议使用替代方案.
XSBT states that it's deprecated from version 0.11.3 and suggests using an alternative.
推荐答案
scala-tools 没有了,错误信息 告诉你如何在未来解决 scala-tools 快照.
scala-tools is no more, the error message tells you how to resolve scala-tools snapshots in the future.
resolvers += "ScalaTools snapshots at Sonatype" at "https://oss.sonatype.org/content/repositories/snapshots/"
这篇关于ScalaToolsSnapshots 替代解析器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!