Not found: os #334
abelardogit
started this conversation in
General
Replies: 1 comment
-
@abelardogit are you using scala-cli? build tools such as sbt and mill don't know the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
`
//> using scala 3.5.2
//> using dep "com.lihaoyi::os-lib:0.11.3"
@main

def hello(name: String): Unit =
val paths = os.list(os.pwd)
`
from this page, throws this message:
What's wrong, please?
Thanks in advance. Brs.
Beta Was this translation helpful? Give feedback.
All reactions