mirror of https://github.com/sbt/sbt.git
Remove unused extension method
This commit is contained in:
parent
c1ffcb26aa
commit
c867f240cf
|
|
@ -101,8 +101,6 @@ package object syntax {
|
|||
followHttpToHttpsRedirections: Boolean
|
||||
): CoursierConfiguration =
|
||||
value.withFollowHttpToHttpsRedirections(Some(followHttpToHttpsRedirections))
|
||||
def withFollowHttpToHttpsRedirections(): CoursierConfiguration =
|
||||
value.withFollowHttpToHttpsRedirections(Some(true))
|
||||
def withStrict(strict: Strict): CoursierConfiguration =
|
||||
value.withStrict(Some(strict))
|
||||
def withTtl(ttl: Duration): CoursierConfiguration =
|
||||
|
|
|
|||
Loading…
Reference in New Issue