File tree 4 files changed +7
-7
lines changed
dependency-management/scala-organization/repo/org.other
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ val bResolver = Def.setting {
24
24
25
25
val apiBaseSetting = apiURL := Some (apiBase(name.value))
26
26
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/ " )
28
28
def addDep (projectName : String ) =
29
29
libraryDependencies += organization.value %% projectName % version.value
30
30
Original file line number Diff line number Diff line change 1
1
<?xml version =' 1.0' encoding =' ISO-8859-1' ?>
2
2
<ivy-module version =" 2.0" xmlns : e =" http://ant.apache.org/ivy/extra" >
3
3
<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" >
6
6
Scala Compiler
7
7
</description >
8
8
</info >
Original file line number Diff line number Diff line change 1
1
<?xml version =' 1.0' encoding =' ISO-8859-1' ?>
2
2
<ivy-module version =" 2.0" xmlns : e =" http://ant.apache.org/ivy/extra" >
3
3
<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" >
6
6
Scala Standard Library
7
7
</description >
8
8
</info >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<ivy-module version =" 2.0" xmlns : e =" http://ant.apache.org/ivy/extra" >
3
3
<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" >
6
6
Scala Reflection Library
7
7
</description >
8
8
</info >
You can’t perform that action at this time.
0 commit comments