From b480978223e4ec48ff158d155c573db128677ccd Mon Sep 17 00:00:00 2001 From: Flavian Alexandru Date: Sat, 14 Mar 2020 12:42:17 -0400 Subject: [PATCH] Bumping SBT version. Including project URL. --- project/Publishing.scala | 9 ++++++--- project/build.properties | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/project/Publishing.scala b/project/Publishing.scala index 7f22089..69fcf78 100644 --- a/project/Publishing.scala +++ b/project/Publishing.scala @@ -143,12 +143,15 @@ object Publishing { "alexflav23", "Flavian Alexandru", "flavian@outworkers.com", - url("https://github.com/alexflav23")) + url("https://github.com/alexflav23") + ) ), - licenses += ("Apache-2.0", url("https://github.com/outworkers/util/blob/develop/LICENSE.txt")), + licenses += ("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0")), publishArtifact in Test := false, publishMavenStyle := true, - pomIncludeRepository := { _ => true } + pomIncludeRepository := { _ => true }, + pomExtra := https://github.com/outworkers/util + ) def effectiveSettings: Seq[Def.Setting[_]] = mavenSettings diff --git a/project/build.properties b/project/build.properties index 6adcdc7..a919a9b 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.3.3 +sbt.version=1.3.8