Skip to content

Commit 1781ac5

Browse files
authored
Merge pull request scalacenter#2250 from subhramit/update-contributing-docs
Update JVM versions in contributing docs
2 parents 8f9e22b + 75d2dfc commit 1781ac5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,23 @@ sbt shell.
2929

3030
```sh
3131
# Fast unit tests for core, rules, reflect, cli & testkit.
32-
> unit3_3_4 / test
32+
> unit3_3_6 / test
3333

3434
# Integration tests for core, rules, reflect, cli & testkit.
3535
# Contains a lot of different test suites, so it's recommended
3636
# to use testOnly and/or testQuick.
37-
> integration3_3_4 / test
37+
> integration3_3_6 / test
3838

3939
# Use testWindows to exclude tests that are not expected to succeed
4040
# on that OS.
41-
> unit3_3_4 / testWindows
42-
> integration3_3_4 / testWindows
41+
> unit3_3_6 / testWindows
42+
> integration3_3_6 / testWindows
4343

4444
# Only run tests for built-in rules, using scalafix-testkit.
45-
> expect3_3_4Target2_13_14 / test
45+
> expect3_3_6Target3_3_6 / test
4646

4747
# Only run ProcedureSyntax unit tests.
48-
> expect3_3_4Target2_13_14 / testOnly -- -z ProcedureSyntax
48+
> expect3_3_6Target3_3_6 / testOnly -- -z ProcedureSyntax
4949
```
5050

5151
[sbt-projectmatrix](https://github.com/sbt/sbt-projectmatrix) is used to

0 commit comments

Comments
 (0)