Skip to content

Commit

Permalink
Upd pub settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris V.Kuznetsov committed Jan 20, 2020
1 parent 2178ac4 commit 05d05d9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 6 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ lazy val scalafmtSettings =

lazy val sonatypeSettings =
Seq(
version := "0.8.13",
sonatypeProfileName := "com.neurodyne",
version := "0.4.13",
sonatypeProfileName := "pro.neurodyne",
scmInfo := Some(
ScmInfo(
homepage.value.get,
Expand All @@ -85,7 +85,10 @@ lazy val sonatypeSettings =
false
},
publishTo := sonatypePublishToBundle.value,
publishMavenStyle := true
publishMavenStyle := true,
pgpPassphrase := sys.env.get("PGP_PASSWORD").map(_.toArray),
pgpPublicRing := file("/tmp/public.asc"),
pgpSecretRing := file("/tmp/secret.asc")
)

// Aliases
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.3.6
sbt.version = 1.3.7
2 changes: 2 additions & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.3.1")
addSbtPlugin("com.dwijnand" % "sbt-travisci" % "1.2.0")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.8.1")
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.10")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.8.1")

0 comments on commit 05d05d9

Please sign in to comment.