2017-11-18 2 views
2

여기 SBT의 새로운 기능으로 인해 범인이 될 수 있습니다. IntelliJ Community 2017.2에서 a simple Scala/SBT project을 가져 오려고합니다.IntelliJ에서 Scala/SBT GetClassifiersModule을 찾을 수 없습니다.

해당 repo를 복제 할 때 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 참조)에서 뛰어 내리는 것은 무엇입니까?

답변

관련 문제