What is this about?
Add support for //> using repository <address> directive in the REPL, and a corresponding :repository command.
This adds repositories to dependency resolution for coursier under the hood of //> using dep/:dep and similar commands/directives.
Details
- aliases like
central, ivy2Local and m2Local should be supported, as per what Scala CLI / coursier support
Relevant docs
What is this about?
Add support for
//> using repository <address>directive in the REPL, and a corresponding:repositorycommand.This adds repositories to dependency resolution for coursier under the hood of
//> using dep/:depand similar commands/directives.Details
central,ivy2Localandm2Localshould be supported, as per what Scala CLI / coursier supportRelevant docs