Open jiramares opened 1 month ago
Likely caused by the same thing as:
The repository config is shared between scala-cli
and coursier
, and SBT uses coursier
under the hood as well... 😕
But environment variable COURSIER_REPOSITORIES
affect only coursier in scala_cli
Scala CLI version: 1.5.1
Setting default repositories using command
scala-cli --power config repositories.default ivy2local https://out.server/repos/maven-proxy
affect also repositories for sbt. It is expected behaviour.It should change repositories only for
scala-cli
as performs setting environment variableCOURSIER_REPOSITORIES
.