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