Skip to content

Releases: daniel-shuy/scripted-scalatest-sbt-plugin

2.0.0

05 Dec 15:01
Compare
Choose a tag to compare

This release adds support for ScalaTest 3.1.

1.1.0

17 Feb 16:37
Compare
Choose a tag to compare

Improvements:

1.0.0

18 Jan 11:30
Compare
Choose a tag to compare

This release fixes Issue #2. ScriptedScalaTestSuiteMixin now extends BeforeAndAfterEach instead of BeforeAndAfter.

This is breaking change, if your ScalaTest Suite/Spec implements BeforeAndAfter's after method, without explicitly mixing in BeforeAndAfter. To fix it, simply mixin BeforeAndAfter.

0.2.0

18 Jan 10:56
83efb97
Compare
Choose a tag to compare

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

0.1.0

03 Apr 06:47
Compare
Choose a tag to compare

Initial Release