Remove unused extension method

This commit is contained in:
friendseeker 2024-12-19 19:31:17 -08:00
parent c1ffcb26aa
commit c867f240cf
No known key found for this signature in database
GPG Key ID: 7DD5039728A27160
1 changed files with 0 additions and 2 deletions

View File

@ -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 =