mirror of
https://github.com/sbt/sbt.git
synced 2026-09-08 03:09:49 +02:00
Use https in scala url
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user