Skip to content

Commit d4cad80

Browse files
committed
https://www.scala-lang.org
1 parent 5579727 commit d4cad80

File tree

4 files changed

+7
-7
lines changed
  • sbt/src/sbt-test
    • actions/external-doc
    • dependency-management/scala-organization/repo/org.other

4 files changed

+7
-7
lines changed

sbt/src/sbt-test/actions/external-doc/build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ val bResolver = Def.setting {
2424

2525
val apiBaseSetting = apiURL := Some(apiBase(name.value))
2626
def apiBase(projectName: String) = url(s"http://example.org/${projectName}")
27-
def scalaLibraryBase(v: String) = url(s"http://www.scala-lang.org/api/$v/")
27+
def scalaLibraryBase(v: String) = url(s"https://www.scala-lang.org/api/$v/")
2828
def addDep(projectName: String) =
2929
libraryDependencies += organization.value %% projectName % version.value
3030

sbt/src/sbt-test/dependency-management/scala-organization/repo/org.other/scala-compiler/2.11.8/ivy.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version='1.0' encoding='ISO-8859-1'?>
22
<ivy-module version="2.0" xmlns:e="http://ant.apache.org/ivy/extra">
33
<info publication="20160520164059" status="release" revision="2.11.8" module="scala-compiler" organisation="org.other">
4-
<license url="http://www.scala-lang.org/license.html" name="BSD 3-Clause"/>
5-
<description homepage="http://www.scala-lang.org">
4+
<license url="https://www.scala-lang.org/license.html" name="BSD 3-Clause"/>
5+
<description homepage="https://www.scala-lang.org">
66
Scala Compiler
77
</description>
88
</info>

sbt/src/sbt-test/dependency-management/scala-organization/repo/org.other/scala-library/2.11.8/ivy.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version='1.0' encoding='ISO-8859-1'?>
22
<ivy-module version="2.0" xmlns:e="http://ant.apache.org/ivy/extra">
33
<info publication="20160520164058" status="release" revision="2.11.8" module="scala-library" organisation="org.other">
4-
<license url="http://www.scala-lang.org/license.html" name="BSD 3-Clause"/>
5-
<description homepage="http://www.scala-lang.org">
4+
<license url="https://www.scala-lang.org/license.html" name="BSD 3-Clause"/>
5+
<description homepage="https://www.scala-lang.org">
66
Scala Standard Library
77
</description>
88
</info>

sbt/src/sbt-test/dependency-management/scala-organization/repo/org.other/scala-reflect/2.11.8/ivy.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<ivy-module version="2.0" xmlns:e="http://ant.apache.org/ivy/extra">
33
<info organisation="org.other" module="scala-reflect" revision="2.11.8" status="release" publication="20160520164058">
4-
<license name="BSD 3-Clause" url="http://www.scala-lang.org/license.html"/>
5-
<description homepage="http://www.scala-lang.org">
4+
<license name="BSD 3-Clause" url="https://www.scala-lang.org/license.html"/>
5+
<description homepage="https://www.scala-lang.org">
66
Scala Reflection Library
77
</description>
88
</info>

0 commit comments

Comments
 (0)