0.2.0
This release mainly adds support for SBT 1.x. As of 1.0.0, SBT has changed their versioning to use semantic versioning, so future 1.x versions of SBT will remain binary compatible with SBT 1.0 (unlike how SBT 0.13 wasn't binary compatible with 0.12).
If you are still using SBT 0.13, then you may update to this version without performing any changes.
The following changes need to be performed before updating to SBT 1.x:
- Remove
ScriptedPlugin.scriptedSettings
frombuild.sbt
- Modify
sbt-test/<test-group>/<test-name>/test
script file content from> scripted-scalatest
to> scriptedScalatest