Skip to content

Commit

Permalink
Bumping SBT version. Including project URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexflav23 committed Mar 14, 2020
1 parent 79812ec commit b480978
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions project/Publishing.scala
Expand Up @@ -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 := <url>https://github.com/outworkers/util</url>

)

def effectiveSettings: Seq[Def.Setting[_]] = mavenSettings
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
@@ -1 +1 @@
sbt.version=1.3.3
sbt.version=1.3.8

0 comments on commit b480978

Please sign in to comment.