在将./sbt eclipse添加到addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.1.1")之后,我尝试在项目中添加eclipse支持。
我收到这条错误消息
[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.发布于 2013-09-30 17:38:54
您使用的是哪个版本的sbt?类型/sbteclipse说最新版本的SBT0.13为2.3.0,SBT0.12为2.2.0。
https://stackoverflow.com/questions/19100166
复制相似问题