Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Commit 5c5bfba

Browse files
authored
Merge pull request #22 from intenthq/fix-publishing
Fix signed publishing and maven central validation failures.
2 parents 8c062bc + 80b4453 commit 5c5bfba

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

build.sbt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ val pomInfo = (
1818
<distribution>repo</distribution>
1919
</license>
2020
</licenses>
21-
<scm>
22-
<url>git@github.com:intenthq/pucket.git</url>
23-
<connection>scm:git:git@github.com:intenthq/pucket.git</connection>
24-
</scm>
2521
<developers>
2622
<developer>
2723
<id>intenthq</id>

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
addSbtPlugin("com.intenthq.sbt" % "sbt-thrift-plugin" % "1.1.0")
2-
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1")
2+
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")
33
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.1")

0 commit comments

Comments
 (0)