diff --git a/project/SettingTemplate.scala b/project/SettingTemplate.scala index 1acb83e..6e523ff 100644 --- a/project/SettingTemplate.scala +++ b/project/SettingTemplate.scala @@ -43,7 +43,7 @@ object SettingTemplate { val githubOrgPageFallback: Boolean = true lazy val githubPage = url(s"https://github.com/${githubOrganization}/${githubProject}") - override def sourceLocation(branch: String) = Some(url(s"${githubPage.toExternalForm}/blob/branch")) + override def sourceLocation(branch: String) = Some(url(s"${githubPage.toExternalForm}/blob/$branch")) lazy val buildMetadata = Vector( licenses := projectLicenses,