Replies: 3 comments
-
I don't know if Scala CLI can export that information to the user. However I know that it uses Coursier internally to resolve dependencies. Similarly you can use Coursier to get the full list of dependencies with |
Beta Was this translation helpful? Give feedback.
0 replies
-
Currently it is not supported. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think this discussion could be closed, now that the ticket link has been provided. |
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
-
I define several dependencies in
project.scala
using//> using dep
directives. Is there a way I can get a list of all transitive dependencies of the project?Beta Was this translation helpful? Give feedback.
All reactions