8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64d88df + 5554889 commit d07dc16Copy full SHA for d07dc16
_overviews/getting-started/install-scala.md
@@ -202,7 +202,7 @@ We use the [os-lib](https://github.com/com-lihaoyi/os-lib) library from the [Sca
202
for that purpose. A dependency on the library can be added with the `//> using` directive. Put the following code in `counter.scala`.
203
```scala
204
//> using scala {{site.scala-3-version}}
205
-//> using dep "com.lihaoyi::os-lib:0.10.7"
+//> using dep "com.lihaoyi::os-lib:0.11.4"
206
207
@main
208
def countFiles(): Unit =
0 commit comments