IntelliJ找不到Scala / SBT GetClassifiersModule

时间:2017-11-18 02:35:25

标签: scala intellij-idea sbt

这里崭新的SBT,这可能是罪魁祸首。我正在努力让IntelliJ Community 2017.2导入我的a simple Scala/SBT project

当您克隆该回购时,您可以(如果需要)运行sbt compile和/或sbt run以验证极小的Driver.scala源编译并按预期运行。

但是当我尝试将其导入IntelliJ时:

enter image description here

enter image description here

enter image description here

enter image description here

糟糕!这是一个巨大的堆栈跟踪,但以:

结束
[error]     at xsbt.boot.Launch$$anonfun$apply$1.apply(Launch.scala:35)
[error]     at xsbt.boot.Launch$.launch(Launch.scala:117)
[error]     at xsbt.boot.Launch$.apply(Launch.scala:18)
[error]     at xsbt.boot.Boot$.runImpl(Boot.scala:41)
[error]     at xsbt.boot.Boot$.main(Boot.scala:17)
[error]     at xsbt.boot.Boot.main(Boot.scala)
[error] java.lang.BootstrapMethodError: java.lang.NoClassDefFoundError: sbt/internal/librarymanagement/GetClassifiersModule
[error] Use 'last' for the full log.

知道这里发生了什么吗?我项目中的任何内容(参见GH repo)跳出来了吗?

1 个答案:

答案 0 :(得分:0)

看起来像https://youtrack.jetbrains.com/issue/SCL-12336,此问题已于2017.3修复,请尝试2017.3 EAP https://www.jetbrains.com/idea/nextversion/