From be5cc7fe1916ec3627f333c411587ed968a24e9e Mon Sep 17 00:00:00 2001 From: Emily Bourke Date: Fri, 30 Aug 2024 13:56:29 +0100 Subject: [PATCH] Update description of test versions in readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a72c368..1fa94fb 100644 --- a/README.md +++ b/README.md @@ -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