Skip to content

Commit 5554889

Browse files
authored
Update version of os-lib in install-scala.md
With the version 0.10.7, currently in the documentation, the output includes a hint suggesting to update the version of the library: ``` [hint] ./counter.scala:2:16 [hint] "os-lib is outdated, update to 0.11.4" [hint] os-lib 0.10.7 -> com.lihaoyi::os-lib:0.11.4 [hint] //> using dep "com.lihaoyi::os-lib:0.10.7" [hint] ^^^^^^^^^^^^^^^^^^^^^^^^^^ ```
1 parent 64d88df commit 5554889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/getting-started/install-scala.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ We use the [os-lib](https://github.com/com-lihaoyi/os-lib) library from the [Sca
202202
for that purpose. A dependency on the library can be added with the `//> using` directive. Put the following code in `counter.scala`.
203203
```scala
204204
//> using scala {{site.scala-3-version}}
205-
//> using dep "com.lihaoyi::os-lib:0.10.7"
205+
//> using dep "com.lihaoyi::os-lib:0.11.4"
206206

207207
@main
208208
def countFiles(): Unit =

0 commit comments

Comments
 (0)