Skip to content

Commit 49e165e

Browse files
committed
Upgraded to sbt 1.2.3 and switched to sbt-gpg
1 parent d65bd77 commit 49e165e

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

build.sbt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import microsites.ExtraMdFileConfig
2-
import com.typesafe.sbt.pgp.PgpKeys.publishSigned
32
import com.typesafe.tools.mima.core.{Problem, ProblemFilters}
43
import sbtrelease.Version
54
import sbtcrossproject.crossProject
@@ -184,13 +183,11 @@ lazy val commonJsSettings = Seq(
184183
lazy val noPublish = Seq(
185184
publish := {},
186185
publishLocal := {},
187-
publishSigned := {},
188186
publishArtifact := false
189187
)
190188

191189
lazy val releaseSettings = Seq(
192-
releaseCrossBuild := true,
193-
releasePublishArtifactsAction := PgpKeys.publishSigned.value
190+
releaseCrossBuild := true
194191
)
195192

196193
lazy val mimaSettings = Seq(

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.2.1
1+
sbt.version=1.2.3

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ addSbtPlugin("com.dwijnand" % "sbt-travisci" % "1.1.1")
33
addSbtPlugin("com.github.tkawachi" % "sbt-doctest" % "0.7.1")
44
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.3")
55
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.7")
6-
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")
6+
addSbtPlugin("io.crashbox" % "sbt-gpg" % "0.2.0")
77
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.18")
88
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.1")
99
addSbtPlugin("org.tpolecat" % "tut-plugin" % "0.6.2")

0 commit comments

Comments
 (0)