当我尝试运行sbt时,我得到以下消息:
[warn] com.typesafe.sbteclipse:sbteclipse-plugin:2.1.0-M2 (sbtVersion=0 . m2点,scalaVersion = 2.9.2)(警告)sbt。ResolveException: unresolved dependencies: com.typesafe.sbteclipse#sbteclipse-2.1.0-M2: not found
我运行sbt 0.12.3。如果我需要使用这个插件的sbt的早期版本,我不知道如何找到它们。该网站似乎没有列出安装sbt 0.12。
我的插件文件说:addSbtPlugin("com.typesafe。sbteclipse"%"sbteclipse-plugin 2.1.0-M2"%)
好的。我解决了自己的问题。我的插件。SBT文件说:addSbtPlugin("com.typesafe。sbteclipse" % "sbteclipse-plugin" % "2.1.0-M2")
我把它改成:addSbtPlugin("com.typesafe。sbteclipse"%"sbteclipse-plugin 2.1.2"%)