Skip to content

Commit 8e84db6

Browse files
gkepkasjrd
andauthored
Use toolkit 0.5.0 version
Co-authored-by: Sébastien Doeraene <[email protected]>
1 parent a85e51e commit 8e84db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/getting-started/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ The printed number should be 4: `hello.scala`, `counter.scala` and two hidden di
227227

228228
As it turns out, the `os-lib` library is a part of Scala Toolkit, a collection of libraries recommended for tasks like testing,
229229
operating system interaction or handling JSONs. You can read more about the libraries included in the toolkit [here](/toolkit/introduction.html).
230-
To include the toolkit libraries, use the `//> using toolkit default` directive:
230+
To include the toolkit libraries, use the `//> using toolkit 0.5.0` directive:
231231
```scala
232232
//> using scala {{site.scala-3-version}}
233233
//> using toolkit 0.5.0

0 commit comments

Comments
 (0)