Skip to content

Commit b1251ea

Browse files
committed
Update docs for latest release
1 parent c357861 commit b1251ea

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,8 @@ creating pull requests (fixes and improvements to docs, code, and tests are high
159159
### Run tests, check coverage and binary compatibility
160160

161161
```sh
162-
sbt -J-XX:MaxMetaspaceSize=512m ++2.11.12 clean coverage test coverageReport
163-
sbt -J-XX:MaxMetaspaceSize=512m ++2.12.6 clean coverage test coverageReport
164-
sbt -J-XX:MaxMetaspaceSize=512m clean +mimaReportBinaryIssues
162+
sbt clean coverage test coverageReport
163+
sbt -J-XX:MaxMetaspaceSize=512m clean +test +mimaReportBinaryIssues
165164
```
166165

167166
### Run benchmarks

0 commit comments

Comments
 (0)