You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lazyvalsonicDependenciesS3Credentials= settingKey[Seq[Credentials]]("The S3 credentials to use to upload to S3 with, if empty defaults taken from the environment or IAM will be used")
22
23
lazyvalsonicDependenciesUploadFilename= settingKey[String]("Name of the file that will be uploaded to S3, default is value of setting \"{gitCommitHash}.json\"")
23
24
lazyvalsonicDependenciesUploadToS3= taskKey[Unit]("Upload full dependency tree to S3")
25
+
lazyvalsonicDependenciesReverseTree= taskKey[Unit]("Print tree of dependencies for current module")
0 commit comments