diff --git a/launch/src/main/resources/sbt.boot.properties0.10.0 b/launch/src/main/resources/sbt.boot.properties0.10.0 index 8cd568598..5224c8a3c 100644 --- a/launch/src/main/resources/sbt.boot.properties0.10.0 +++ b/launch/src/main/resources/sbt.boot.properties0.10.0 @@ -11,7 +11,7 @@ [repositories] local - typesafe-ivy-releases: http://repo.typesafe.com/typesafe/ivy-releases/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext] + typesafe-ivy-releases: https://repo.typesafe.com/typesafe/ivy-releases/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext] maven-central sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots diff --git a/launch/src/main/resources/sbt.boot.properties0.10.1 b/launch/src/main/resources/sbt.boot.properties0.10.1 index 247e2a79d..76e4c08eb 100644 --- a/launch/src/main/resources/sbt.boot.properties0.10.1 +++ b/launch/src/main/resources/sbt.boot.properties0.10.1 @@ -11,7 +11,7 @@ [repositories] local - typesafe-ivy-releases: http://repo.typesafe.com/typesafe/ivy-releases/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext] + typesafe-ivy-releases: https://repo.typesafe.com/typesafe/ivy-releases/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext] maven-central sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots diff --git a/launch/src/main/resources/sbt.boot.properties0.11.0 b/launch/src/main/resources/sbt.boot.properties0.11.0 index 9fd96d88b..535d80f95 100644 --- a/launch/src/main/resources/sbt.boot.properties0.11.0 +++ b/launch/src/main/resources/sbt.boot.properties0.11.0 @@ -11,7 +11,7 @@ [repositories] local - typesafe-ivy-releases: http://repo.typesafe.com/typesafe/ivy-releases/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext] + typesafe-ivy-releases: https://repo.typesafe.com/typesafe/ivy-releases/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext] maven-central sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots diff --git a/launch/src/main/resources/sbt.boot.properties0.11.1 b/launch/src/main/resources/sbt.boot.properties0.11.1 index 44f912512..269a20e7d 100644 --- a/launch/src/main/resources/sbt.boot.properties0.11.1 +++ b/launch/src/main/resources/sbt.boot.properties0.11.1 @@ -11,7 +11,7 @@ [repositories] local - typesafe-ivy-releases: http://repo.typesafe.com/typesafe/ivy-releases/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext] + typesafe-ivy-releases: https://repo.typesafe.com/typesafe/ivy-releases/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext] maven-central sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots diff --git a/launch/src/main/resources/sbt.boot.properties0.11.2 b/launch/src/main/resources/sbt.boot.properties0.11.2 index c63fa7c7c..d9a27e104 100644 --- a/launch/src/main/resources/sbt.boot.properties0.11.2 +++ b/launch/src/main/resources/sbt.boot.properties0.11.2 @@ -11,7 +11,7 @@ [repositories] local - typesafe-ivy-releases: http://repo.typesafe.com/typesafe/ivy-releases/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext] + typesafe-ivy-releases: https://repo.typesafe.com/typesafe/ivy-releases/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext] maven-central sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots diff --git a/launch/src/main/resources/sbt.boot.properties0.11.3 b/launch/src/main/resources/sbt.boot.properties0.11.3 index e55c596d0..204a550c5 100644 --- a/launch/src/main/resources/sbt.boot.properties0.11.3 +++ b/launch/src/main/resources/sbt.boot.properties0.11.3 @@ -11,7 +11,7 @@ [repositories] local - typesafe-ivy-releases: http://repo.typesafe.com/typesafe/ivy-releases/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext] + typesafe-ivy-releases: https://repo.typesafe.com/typesafe/ivy-releases/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext] maven-central sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots diff --git a/project/Transform.scala b/project/Transform.scala index ae1ad02fd..ad5182896 100644 --- a/project/Transform.scala +++ b/project/Transform.scala @@ -92,5 +92,5 @@ object Transform { lazy val Releases = typesafeRepository("releases") lazy val Snapshots = typesafeRepository("snapshots") def typesafeRepository(status: String) = - """ typesafe-ivy-%s: http://repo.typesafe.com/typesafe/ivy-%