Remove unused extension method

This commit is contained in:
friendseeker
2024-12-19 19:31:17 -08:00
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 =