Skip to content

Commit

Permalink
Make LicenseDetection.apply public (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrohdezma authored Oct 24, 2022
1 parent 3882166 commit fc2b640
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ object LicenseDetection {
): Option[License] =
apply(licenses, organizationName, startYear.map(_.toInt), None, licenseStyle)

private[sbtheader] def apply(
def apply(
licenses: Seq[(String, URL)],
organizationName: String,
startYear: Option[Int],
Expand Down

0 comments on commit fc2b640

Please sign in to comment.