mirror of https://github.com/sbt/sbt.git
Remove boilerplate around sbtSlashSyntaxRichConfiguration
This commit is contained in:
parent
e5898111fe
commit
0bcd7c3b6d
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue