File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -345,9 +345,6 @@ inThisBuild(
345345 // env vars, which we cannot modify from java (easily). so we inline what this command does.
346346 CiReleasePlugin .setupGpg()
347347 List (
348- // work around https://github.com/olafurpg/sbt-ci-release/issues/64
349- " set pgpSecretRing := pgpSecretRing.value" ,
350- " set pgpPublicRing := pgpPublicRing.value" ,
351348 s " $projectPrefix/publishSigned " ,
352349 " sonatypePrepare" ,
353350 " sonatypeBundleUpload" ,
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJ
88addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % crossVer)
99addSbtPlugin(" org.scala-native" % " sbt-scala-native" % scalaNativeVersion)
1010addSbtPlugin(" 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 " )
1212addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.9.6" )
1313addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.9.0" )
You can’t perform that action at this time.
0 commit comments