运行时出现scalatra问题./sbt:sbt.ResolveException:未解析的依赖项:com.typesafe.sbteclipse #sbteclipse-plugin; 2.1.1:未找到

时间:2013-09-30 17:24:49

标签: scala sbt scalatra

我尝试在向./sbt eclipse添加addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.1.1")后运行project/plugins.sbt,为我的项目添加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.

1 个答案:

答案 0 :(得分:1)

您使用的是哪个版本的sbt? typesafehub/sbteclipse表示sbt 0.13最新为2.3.0,sbt 0.12为2.2.0。