File tree 3 files changed +6
-12
lines changed
3 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,8 @@ assignees: ''
9
9
10
10
## Compiler version
11
11
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).
16
14
17
15
## Minimized code
18
16
Original file line number Diff line number Diff line change @@ -9,10 +9,8 @@ assignees: ''
9
9
10
10
## Compiler version
11
11
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).
16
14
17
15
## Minimized code
18
16
Original file line number Diff line number Diff line change @@ -8,10 +8,8 @@ assignees: ''
8
8
9
9
## Compiler version
10
10
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).
15
13
16
14
## Minimized example
17
15
You can’t perform that action at this time.
0 commit comments