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(
|
lazy val scalaVersionAgnosticCommonSettings = Seq(
|
||||||
organization := "io.get-coursier",
|
organization := "io.get-coursier",
|
||||||
resolvers ++= Seq(
|
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")
|
Resolver.sonatypeRepo("releases")
|
||||||
),
|
),
|
||||||
scalacOptions ++= {
|
scalacOptions ++= {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue