We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75b24ae + 8842e6a commit 361a9bdCopy full SHA for 361a9bd
src/main/scala/MakeDownloadPage.scala
@@ -37,7 +37,7 @@ class MakeDownloadPage(version: String, releaseDate: Date = new Date()) {
37
38
def resourceArchive(cls: String, name: String, ext: String, desc: String): Future[String] = {
39
val fileName = s"$name-$version.$ext"
40
- val fullUrl = s"http://downloads.lightbend.com/scala/$version/$fileName"
+ val fullUrl = s"https://downloads.lightbend.com/scala/$version/$fileName"
41
resource(cls, fileName, desc, fullUrl, fullUrl)
42
}
43
0 commit comments