mirror of https://github.com/sbt/sbt.git
Merge pull request #452 from alexarchambault/topic/https-repo
Use https repo
This commit is contained in:
commit
3fcbe90cb5
|
|
@ -604,7 +604,7 @@ def noPublishForScalaVersionSettings(sbv: String*) = Seq(
|
|||
lazy val scalaVersionAgnosticCommonSettings = Seq(
|
||||
organization := "io.get-coursier",
|
||||
resolvers ++= Seq(
|
||||
"Scalaz Bintray Repo" at "http://dl.bintray.com/scalaz/releases",
|
||||
"Scalaz Bintray Repo" at "https://dl.bintray.com/scalaz/releases",
|
||||
Resolver.sonatypeRepo("releases")
|
||||
),
|
||||
scalacOptions ++= {
|
||||
|
|
|
|||
Loading…
Reference in New Issue