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