Skip to content

Commit

Permalink
Merge pull request #138 from mlachkar/testing
Browse files Browse the repository at this point in the history
Fix SbtCompletionsSuite
  • Loading branch information
github-brice-jaglin authored Jul 3, 2020
2 parents c160923 + f8e12b7 commit 0e65416
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class SbtCompletionsSuite extends AnyFunSuite {
|DisableSyntax
| Reports an error for disabled features such as var or XML literals.
|ExplicitResultTypes
| Inserts type annotations for inferred public members. Only compatible with Scala 2.12.11.
| Inserts type annotations for inferred public members. Only compatible with Scala 2.11.12, 2.12.10, 2.12.11, 2.12.9, 2.13.1, 2.13.2, 2.13.3.
|LeakingImplicitClassVal
| Adds 'private' to val parameters of implicit value classes
|NoAutoTupling
Expand Down

0 comments on commit 0e65416

Please sign in to comment.