tree: 44f8f0481170cc1d87cdb4ec848a202894de237b [path history] [tgz]
  1. src/
  2. .bazelversion
  3. .gitignore
  4. BUILD
  5. maven_install.json
  6. README.md
  7. 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