You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ assignees: ''
12
12
If you're not sure which version you're using, run `print scalaVersion` from sbt.
13
13
(If you're running scalac manually, use `scalac -version` instead.)
14
14
15
-
If possible, check if your issue appears in the nightly version of the compiler! For example, in scala-cli, you can use `//> using scala 3.nightly` to grab the latest one.
15
+
If possible, check if your issue appears in the nightly version of the compiler! For example, in Scala CLI (the `scala`/`scala-cli` runner script), you can use `//> using scala 3.nightly` (or `-S 3.nightly` from the command line) to grab the latest one.
0 commit comments