This is an automated email from the ASF dual-hosted git repository. lresende pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-toree.git
commit a70d2d9c782427a0a8cdb1f1b3cd816a5a89490e Author: Luciano Resende <[email protected]> AuthorDate: Sun Aug 9 21:42:51 2020 -0700 Use HTTPS for dependency repository resolver --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 8c27c20..44b6606 100644 --- a/build.sbt +++ b/build.sbt @@ -72,10 +72,10 @@ javaOptions in ThisBuild ++= Seq( testOptions in (ThisBuild, Test) += Tests.Argument("-oDF") // Build-wide dependencies resolvers in ThisBuild ++= Seq( - "Apache Snapshots" at "http://repository.apache.org/snapshots/", - "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/", + "Apache Snapshots" at "https://repository.apache.org/snapshots/", + "Typesafe repository" at "https://repo.typesafe.com/typesafe/releases/", "Jitpack" at "https://jitpack.io", - "bintray-sbt-plugins" at "http://dl.bintray.com/sbt/sbt-plugin-releases" + "bintray-sbt-plugins" at "https://dl.bintray.com/sbt/sbt-plugin-releases" ) updateOptions in ThisBuild := updateOptions.value.withCachedResolution(true) libraryDependencies in ThisBuild ++= Seq(
