sbt-eclipse未解决的异常

时间:2016-09-17 10:29:04

标签: eclipse scala sbt

  1. 在PROJECT / plugins.sbt中: addSbtPlugin(" com.typesafe.sbteclipse"%" sbtsclipse-plugin"%" 4.0.0")
  2. PROJECT / build.sbt中的
  3. : name:=" FileSearcher"
  4. 版本:=" 0.1"

    scalaVersion:=" 2.11.8" 3. sbt版本:0.13.1

    以下是我遇到的错误:

      

    [error](*:update)sbt.ResolveException:unresolved dependency:> com.typesafe.sbteclipse#sbtsclipse-plugin; 4.0.0:未找到   [error]无法创建Eclipse项目文件:   [error]评估任务' scalacOptions':错误时出错   [error]错误评估任务' externalDependencyClasspath':错误

    提前致谢。

1 个答案:

答案 0 :(得分:1)

错误是因为错误的拼写错误addSbtPlugin(" com.typesafe。 sbteclipse "%" sbtsclipse-plugin " %" 4.0.0")