Skip to content

0.2.0

Compare
Choose a tag to compare
@daniel-shuy daniel-shuy released this 18 Jan 10:56
· 101 commits to master since this release
83efb97

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 from build.sbt
  • Modify sbt-test/<test-group>/<test-name>/test script file content from > scripted-scalatest to > scriptedScalatest