Skip to content

Commit

Permalink
improvement: add coursier repositories instead of overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
kasiaMarek committed Aug 21, 2024
1 parent de38d6b commit be7db18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ object JarSourcesProvider {
val repositories =
List(Repositories.central, sbtMaven, metalsPluginSnapshots)
Fetch()
.withRepositories(repositories)
.addRepositories(repositories*)
.withDependencies(Seq(dependency))
.addClassifiers(Classifier.sources)
.future()
Expand Down

0 comments on commit be7db18

Please sign in to comment.