mirror of https://github.com/sbt/sbt.git
This commit is contained in:
parent
5579727148
commit
d4cad80bc3
|
|
@ -24,7 +24,7 @@ val bResolver = Def.setting {
|
|||
|
||||
val apiBaseSetting = apiURL := Some(apiBase(name.value))
|
||||
def apiBase(projectName: String) = url(s"http://example.org/${projectName}")
|
||||
def scalaLibraryBase(v: String) = url(s"http://www.scala-lang.org/api/$v/")
|
||||
def scalaLibraryBase(v: String) = url(s"https://www.scala-lang.org/api/$v/")
|
||||
def addDep(projectName: String) =
|
||||
libraryDependencies += organization.value %% projectName % version.value
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version='1.0' encoding='ISO-8859-1'?>
|
||||
<ivy-module version="2.0" xmlns:e="http://ant.apache.org/ivy/extra">
|
||||
<info publication="20160520164059" status="release" revision="2.11.8" module="scala-compiler" organisation="org.other">
|
||||
<license url="http://www.scala-lang.org/license.html" name="BSD 3-Clause"/>
|
||||
<description homepage="http://www.scala-lang.org">
|
||||
<license url="https://www.scala-lang.org/license.html" name="BSD 3-Clause"/>
|
||||
<description homepage="https://www.scala-lang.org">
|
||||
Scala Compiler
|
||||
</description>
|
||||
</info>
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version='1.0' encoding='ISO-8859-1'?>
|
||||
<ivy-module version="2.0" xmlns:e="http://ant.apache.org/ivy/extra">
|
||||
<info publication="20160520164058" status="release" revision="2.11.8" module="scala-library" organisation="org.other">
|
||||
<license url="http://www.scala-lang.org/license.html" name="BSD 3-Clause"/>
|
||||
<description homepage="http://www.scala-lang.org">
|
||||
<license url="https://www.scala-lang.org/license.html" name="BSD 3-Clause"/>
|
||||
<description homepage="https://www.scala-lang.org">
|
||||
Scala Standard Library
|
||||
</description>
|
||||
</info>
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ivy-module version="2.0" xmlns:e="http://ant.apache.org/ivy/extra">
|
||||
<info organisation="org.other" module="scala-reflect" revision="2.11.8" status="release" publication="20160520164058">
|
||||
<license name="BSD 3-Clause" url="http://www.scala-lang.org/license.html"/>
|
||||
<description homepage="http://www.scala-lang.org">
|
||||
<license name="BSD 3-Clause" url="https://www.scala-lang.org/license.html"/>
|
||||
<description homepage="https://www.scala-lang.org">
|
||||
Scala Reflection Library
|
||||
</description>
|
||||
</info>
|
||||
|
|
|
|||
Loading…
Reference in New Issue