seratch's weblog in Japanese

About Scala, Java and Ruby programming in Japaense. If you need English information, go to http://blog.seratch.net/

sbt-idea 1.2.0 はバグッてるから使うな

sbt-idea 1.2.0 はおかしなファイルを吐きます。IntelliJ IDEA で project ディレクトリしか表示されない状態になっていたら、これが原因である可能性が高いです。

解決方法としては 1.3.0 以上を使ってください。

addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.3.0")

と言っていたら、今日 1.4.0 が出たようです。

addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.4.0")