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
-
`
//> using scala 3.5.2
//> using dep "com.lihaoyi::os-lib:0.11.3"
@main
![image](https://private-user-images.githubusercontent.com/165578067/393348240-be8f3c0e-063a-4cc9-8340-93c50ef950d7.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNjQ3MzYsIm5iZiI6MTczOTE2NDQzNiwicGF0aCI6Ii8xNjU1NzgwNjcvMzkzMzQ4MjQwLWJlOGYzYzBlLTA2M2EtNGNjOS04MzQwLTkzYzUwZWY5NTBkNy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMFQwNTEzNTZaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1jYTYwMjU0NmRkZTc5MTI5YzVkYmQxNWIwYjljYzM1MmJlYmE3YmVmZmNlYjAwNmE1MGQ4MTE5MzUxY2U1N2I0JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.UdjF79wjyauRAIlNWreSOK3PKRfOORoHVpibtdex-qk)
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