Skip to content

Commit bcbe48e

Browse files
committed
fix msgpack#176 sbt-release plugin settings
1 parent 84c77e3 commit bcbe48e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

project/Build.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import de.johoop.jacoco4sbt._
2323
import JacocoPlugin._
2424
import sbtrelease.ReleasePlugin._
2525
import scala.util.Properties
26-
26+
import com.typesafe.sbt.pgp.PgpKeys
2727

2828
object Build extends Build {
2929

@@ -39,6 +39,7 @@ object Build extends Build {
3939
organizationHomepage := Some(new URL("http://msgpack.org/")),
4040
description := "MessagePack for Java",
4141
scalaVersion in Global := SCALA_VERSION,
42+
ReleaseKeys.publishArtifactsAction := PgpKeys.publishSigned.value,
4243
logBuffered in Test := false,
4344
//parallelExecution in Test := false,
4445
autoScalaLibrary := false,

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
addSbtPlugin("com.github.gseitz" % "sbt-release" % "0.7.1")
2+
addSbtPlugin("com.github.gseitz" % "sbt-release" % "0.8.5")
33

44
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "0.2.1")
55

0 commit comments

Comments
 (0)