File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
1
import microsites .ExtraMdFileConfig
2
- import com .typesafe .sbt .pgp .PgpKeys .publishSigned
3
2
import com .typesafe .tools .mima .core .{Problem , ProblemFilters }
4
3
import sbtrelease .Version
5
4
import sbtcrossproject .crossProject
@@ -184,13 +183,11 @@ lazy val commonJsSettings = Seq(
184
183
lazy val noPublish = Seq (
185
184
publish := {},
186
185
publishLocal := {},
187
- publishSigned := {},
188
186
publishArtifact := false
189
187
)
190
188
191
189
lazy val releaseSettings = Seq (
192
- releaseCrossBuild := true ,
193
- releasePublishArtifactsAction := PgpKeys .publishSigned.value
190
+ releaseCrossBuild := true
194
191
)
195
192
196
193
lazy val mimaSettings = Seq (
Original file line number Diff line number Diff line change 1
- sbt.version =1.2.1
1
+ sbt.version =1.2.3
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ addSbtPlugin("com.dwijnand" % "sbt-travisci" % "1.1.1")
3
3
addSbtPlugin(" com.github.tkawachi" % " sbt-doctest" % " 0.7.1" )
4
4
addSbtPlugin(" com.typesafe.sbt" % " sbt-osgi" % " 0.9.3" )
5
5
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" )
7
7
addSbtPlugin(" com.typesafe" % " sbt-mima-plugin" % " 0.1.18" )
8
8
addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 2.1" )
9
9
addSbtPlugin(" org.tpolecat" % " tut-plugin" % " 0.6.2" )
You can’t perform that action at this time.
0 commit comments