mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 11:01:08 +02:00
Merge pull request #452 from alexarchambault/topic/https-repo
Use https repo
This commit is contained in:
@@ -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 ++= {
|
||||
|
||||
Reference in New Issue
Block a user