See ScalaDCI website for more info.
Clone this repo and play around:
git clone https://github.com/dci/scaladci-demo.git
MoneyTransferApp
Add the following to your project file:
libraryDependencies ++= Seq(
"org.scaladci" %% "scaladci" % "0.5.6"
),
addCompilerPlugin("org.scalamacros" % "paradise" % "2.1.0" cross CrossVersion.full)