Remove boilerplate around sbtSlashSyntaxRichConfiguration

This commit is contained in:
Dale Wijnand 2017-10-07 12:08:32 +01:00
parent e5898111fe
commit 0bcd7c3b6d
No known key found for this signature in database
GPG Key ID: 4F256E3D151DF5EF
1 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@ trait SlashSyntax {
implicit def sbtSlashSyntaxRichConfigKey(c: ConfigKey): RichConfiguration =
new RichConfiguration(Scope(This, Select(c), This, This))
implicit def sbtSlashSyntaxRichConfiguration(c: Configuration): RichConfiguration =
sbtSlashSyntaxRichConfigKey(c: ConfigKey)
implicit def sbtSlashSyntaxRichConfiguration(c: Configuration): RichConfiguration = (c: ConfigKey)
implicit def sbtSlashSyntaxRichScope(s: Scope): RichScope = new RichScope(s)