Skip to content

Releases: caoilte/sbt-import-scala-files

sbt-import-scala-files 2.0.0

19 Apr 22:15
f3fc566
Compare
Choose a tag to compare

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).