-
Notifications
You must be signed in to change notification settings - Fork 48
Description
Hey @alejandrohdezma, I hope you're well!
I am using scala-steward-action for my organization's private repositories, which use sbt-gcs-plugin for resolving private dependencies stored in Google Cloud. The sbt-gcs-plugin
is added in the meta build of most repos, and an internal sbt plugin is added to the build itself. During the action job run, both the sbt-gcs-plugin
dependency in the meta build and the internal dependencies in the build seem to be ignored, with no errors or logs. Any public dependencies are updated without issue. I asked if anyone dealt with this in the tooling channel of the Scala Discord and came to the conclusion with @fthomas's help that being able to set the Coursier's extra-jars option may get me on the right track (at least until if/when the other additional protocol handler issues are complete).