File tree Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,8 @@ assignees: ''
99
1010## Compiler version
1111
12- ``` bash
13- # get compiler version via command line
14- scalac -version
15- ```
12+ If you're not sure what version you're using, run ` print scalaVersion ` from sbt
13+ (if you're running scalac manually, use ` scalac -version ` instead).
1614
1715## Minimized code
1816
Original file line number Diff line number Diff line change @@ -9,10 +9,8 @@ assignees: ''
99
1010## Compiler version
1111
12- ``` bash
13- # get compiler version via command line
14- scalac -version
15- ```
12+ If you're not sure what version you're using, run ` print scalaVersion ` from sbt
13+ (if you're running scalac manually, use ` scalac -version ` instead).
1614
1715## Minimized code
1816
Original file line number Diff line number Diff line change @@ -8,10 +8,8 @@ assignees: ''
88
99## Compiler version
1010
11- ``` bash
12- # get compiler version via command line
13- scalac -version
14- ```
11+ If you're not sure what version you're using, run ` print scalaVersion ` from sbt
12+ (if you're running scalac manually, use ` scalac -version ` instead).
1513
1614## Minimized example
1715
You can’t perform that action at this time.
0 commit comments