SBT Plugin
Add this to your project/plugins.sbt
addSbtPlugin("com.github.jatcwang" % "sbt-difflicious" % "0.7.0-M2")
Once the plugin is added to your build it is automatically enabled on all projects.
Difflicious SBT plugin does a few things:
- Generate a Run IDs for each test run (i.e. each time you call
sbt test) - Setup Difflicious CLI so you can run it directly in SBT shell (
diffliciousViewer)