mirror of
https://github.com/sbt/sbt.git
synced 2026-09-01 18:47:14 +02:00
Remove unused extension method
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user