File tree 2 files changed +1
-4
lines changed 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -345,9 +345,6 @@ inThisBuild(
345
345
// env vars, which we cannot modify from java (easily). so we inline what this command does.
346
346
CiReleasePlugin .setupGpg()
347
347
List (
348
- // work around https://github.com/olafurpg/sbt-ci-release/issues/64
349
- " set pgpSecretRing := pgpSecretRing.value" ,
350
- " set pgpPublicRing := pgpPublicRing.value" ,
351
348
s " $projectPrefix/publishSigned " ,
352
349
" sonatypePrepare" ,
353
350
" sonatypeBundleUpload" ,
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJ
8
8
addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % crossVer)
9
9
addSbtPlugin(" org.scala-native" % " sbt-scala-native" % scalaNativeVersion)
10
10
addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % crossVer)
11
- addSbtPlugin(" org.scala-lang.modules" % " sbt-scala-module" % " 2.1.1 " )
11
+ addSbtPlugin(" org.scala-lang.modules" % " sbt-scala-module" % " 2.1.2 " )
12
12
addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.9.6" )
13
13
addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.9.0" )
You can’t perform that action at this time.
0 commit comments