Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 579 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 579 Bytes

ScalaDCI demo app

Minimal project setup for using ScalaDCI

See ScalaDCI website for more info.

Clone this repo and play around:

  1. git clone https://github.com/dci/scaladci-demo.git
  2. Open/import project in your IDE
  3. Run MoneyTransferApp
  4. Make your own Context, Roles and Interactions...

ScalaDCI in your own project

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)