Skip to content

Commit

Permalink
Update SIPs state
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-improvement-bot committed Dec 11, 2024
1 parent 9c4b578 commit dbe095e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _sips/sips/scala-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ Currently, when reporting a bug in the compiler (or any other Scala-related) rep
"Using directives", provided by Scala CLI give the ability to include the whole configuration in single file, for example:

```scala
//> using platform native
//> using dep com.lihaoyi::os-lib:0.7.8
//> using options -Xfatal-warnings
//> using platform "native"
//> using "com.lihaoyi::os-lib:0.7.8"
//> using options "-Xfatal-warnings"

def foo = println("<here comes the buggy warning with Scala Native and os-lib>")
```
Expand Down

0 comments on commit dbe095e

Please sign in to comment.