Skip to content

Commit

Permalink
Update description of test versions in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
emdash-ie committed Aug 30, 2024
1 parent 03e92c6 commit be5cc7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ sbt +publishLocal

## Running tests

To run tests for a specific Scala version:
This repository is cross-compiled for scala 2.12 and 2.13, so the CI workflow uses `sbt +test` to run the tests against all versions in `crossScalaVersions`.

You can also run the tests for a specific Scala version if necessary:

```
sbt ++2.12.11 test
Expand Down

0 comments on commit be5cc7f

Please # to comment.