Skip to content

Commit 161ec85

Browse files
committed
Use links with HTTPS instead HTTP
1 parent 8e64ebd commit 161ec85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ lazy val scalaFXExtrasSettings = Seq(
125125
Compile / doc / scalacOptions ++= (
126126
if(isScala2(scalaVersion.value))
127127
Seq(
128-
s"-doc-external-doc:${scalaInstance.value.libraryJars.head}#http://www.scala-lang.org/api/${scalaVersion.value}/",
128+
s"-doc-external-doc:${scalaInstance.value.libraryJars.head}#https://www.scala-lang.org/api/${scalaVersion.value}/",
129129
"-doc-source-url", "https://github.com/SscalaFX-Extras/scalafx-extras/blob/" + versionTagDir + "/scalafx/€{FILE_PATH}.scala"
130130
) ++ (
131131
Option(System.getenv("GRAPHVIZ_DOT_PATH")) match {
@@ -209,7 +209,7 @@ import xerial.sbt.Sonatype._
209209
// Metadata needed by Maven Central
210210
// See also http://maven.apache.org/pom.html#Developers
211211
lazy val mavenCentralSettings = Seq(
212-
homepage := Some(new URL("http://www.scalafx.org/")),
212+
homepage := Some(new URL("https://www.scalafx.org/")),
213213
startYear := Some(2016),
214214
licenses := Seq(("BSD", new URL("https://github.com/scalafx/scalafx-extras/blob/master/LICENSE.txt"))),
215215
sonatypeProfileName := "org.scalafx",

0 commit comments

Comments
 (0)