2017-11-18 10 views
2

ここではSBTの新機能がありますが、これが原因である可能性があります。 IntelliJ Community 2017.2に私のa simple Scala/SBT projectをインポートしようとしています。 IntelliJはScala/SBT GetClassifiersModuleを見つけられません

あなたはレポあなたは(あなたがしたい場合)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リポジトリ参照)の中の何か?

答えて

関連する問題