File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ This code should be self contained, compilable (with possible failures) and as s
2121
2222Ideally, we should be able to just copy this code to a file and run `scalac` (and maybe `scala`) to reproduce the issue.
2323
24- If the code has external dependencies, please provide the `scala-cli` directives that describe them.
24+ If the code has external dependencies, please provide the Scala CLI directives (or SBT/other build tool configuration) that describe them.
25+ Also note that it's easier and faster for the maintenance team to address issues minimised to reproduce bugs without external dependencies.
2526
2627It's most convenient to also include `using` directives for the Scala version that demonstrates the problem,
2728any compiler command-line options, as well as dependencies. An example is provided.
You can’t perform that action at this time.
0 commit comments