dcaoyuan / nbsbt

Plugin for sbt to create Netbeans project definition.
21 stars 15 forks source link

Updated plugin dependencies #12

Closed hohonuuli closed 7 years ago

hohonuuli commented 8 years ago

Updated to more current plugins. It now works correctly with projects that use sbt-scalariform > 1.4.0.

This is a fix for an issue where my projects were running sbt-scalariform 1.6.0. Adding nbsbt to my global plugins would subsequently prevent any of my projects from opening by throwing java.lang.ClassCastException: Cannot cast com.typesafe.sbt.SbtScalariform$ to sbt.AutoPlugin whenever the sbt command was run. This was due to a class between the versions of sbt-scalariform.

This fix addresses that issue. Tested with Netbeans 8.1.

berngp commented 8 years ago

This commit will also close #13.