Skip to content

Commit d07dc16

Browse files
authored
Merge pull request #3170 from igormoreno/patch-1
Update version of os-lib in install-scala.md
2 parents 64d88df + 5554889 commit d07dc16

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)