From 73c32000ae16ff067a1875053b259f25f80e357d Mon Sep 17 00:00:00 2001 From: Christopher Coco Date: Thu, 11 Apr 2019 15:04:48 -0700 Subject: [PATCH] Update build.sbt --- scalap-compiler-deps/2.12.1/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scalap-compiler-deps/2.12.1/build.sbt b/scalap-compiler-deps/2.12.1/build.sbt index 448f259..b20f150 100644 --- a/scalap-compiler-deps/2.12.1/build.sbt +++ b/scalap-compiler-deps/2.12.1/build.sbt @@ -12,7 +12,7 @@ publishTo := { val nexus = "https://oss.sonatype.org/" Some("releases" at nexus + "service/local/staging/deploy/maven2") } -licenses := Seq("Apache 2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")) +licenses := Seq("Apache 2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0")) homepage := Some(url("https://github.com/twitter/finatra")) autoAPIMappings := true apiURL := Some(url("https://twitter.github.io/finatra/docs/"))