File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import de.johoop.jacoco4sbt._
2323import JacocoPlugin ._
2424import sbtrelease .ReleasePlugin ._
2525import scala .util .Properties
26-
26+ import com . typesafe . sbt . pgp . PgpKeys
2727
2828object 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 ,
Original file line number Diff line number Diff line change 11
2- addSbtPlugin(" com.github.gseitz" % " sbt-release" % " 0.7.1 " )
2+ addSbtPlugin(" com.github.gseitz" % " sbt-release" % " 0.8.5 " )
33
44addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 0.2.1" )
55
You can’t perform that action at this time.
0 commit comments