Replies: 1 comment 5 replies
-
|
The output is coming from I can't seem to reproduce locally (Scala CLI 1.9.1, MacOS M1 build). Sanity check, @halloleo can you try running your project with a nightly Scala CLI build? Try: And let me know if this keeps happening. |
Beta Was this translation helpful? Give feedback.
5 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.
-
I have a scala-cli project which uses
When run it with
scala-cli run . -- my argsI always get the informational outputeven after the second or third time I run the command (without changes to the source!) when -- as I expect -- everything should already be downloaded.
Why is this and how can I suppress this output?
Beta Was this translation helpful? Give feedback.
All reactions