Skip to content

sbt-import-scala-files 2.0.0

Latest
Compare
Choose a tag to compare
@caoilte caoilte released this 19 Apr 22:15
· 1 commit to master since this release
f3fc566

This release updates the plugin to use sbt 1.x. It contains no feature changes but does rename keys to follow sbt plugin best practices.

If you are upgrading from 1.0.0 the changes are,

  • The filesToImport setting has been renamed to importScalaFilesList
  • The importFiles task has been renamed to importScalaFiles (it is very unlikely that this affects you).