tree: a90c7d7b8231d79dfd357cd770d666ee833d6744
  1. src/
  2. .gitignore
  3. BUILD
  4. maven_install.json
  5. README.md
  6. WORKSPACE
examples/scala_akka/README.md

Scala Example

To build the Scala application:

$ bazel build app

To run the Scala application:

$ bazel run app

To run the tests:

$ bazel test test