sbt-s3-resolver v0.8.0
- Changed
s3credentialsFile
type toOption[File]
instead ofOption[String]
; - It is set by default to
~/.sbt/.s3credentials
; - Minor improvements to handling situations with no existing credentials file, etc.
s3credentialsFile
type to Option[File]
instead of Option[String]
;~/.sbt/.s3credentials
;