Skip to content

Commit

Permalink
Setting version to 0.0.100-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
lyogev committed Sep 21, 2020
1 parent 3aaf77c commit 819af63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ publishTo := Some(
}
)

useGpg := false
pgpPublicRing := baseDirectory.value / "project" / ".gnupg" / "pubring.asc"
pgpSecretRing := baseDirectory.value / "project" / ".gnupg" / "secring.asc"
pgpPassphrase := sys.env.get("PGP_PASS").map(_.toArray)
Expand Down

0 comments on commit 819af63

Please sign in to comment.