我尝试通过./sbt eclipse
在添加addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.1.1")
到project/plugins.sbt
.
我收到此错误消息
[error] (*:update) sbt.ResolveException: unresolved dependency: com.typesafe.sbteclipse#sbteclipse-plugin;2.1.1: not found
我使用最简单的模板通过 g8 创建了项目。我正在尝试添加 Eclipse 支持
[编辑:sbt 版本]
Detected sbt version 0.13.0
Starting sbt: invoke with -help for other options
Using /Users/andre/.sbt/0.13.0 as sbt dir, -sbt-dir to override.