Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 382 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 382 Bytes

multi-scala-example

Simple example of using multi-scala builds based on https://github.com/smparkes/rules_scala

To run the examples:

  1. clone the repo: git clone https://github.com/smparkes/multi-scala-example.git
  2. update the rules_scala fork: git submodule update --init --recursive
  3. build the example and run the example tests: bazel build :all && bazel test :all