File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -64,8 +64,7 @@ if [[ "$TRAVIS_TAG" =~ $tagPat ]]; then
64
64
fi
65
65
66
66
# default is +publishSigned; we cross-build with travis jobs, not sbt's crossScalaVersions
67
- # re-define pgp files to work around https://github.com/olafurpg/sbt-ci-release/issues/64
68
- export CI_RELEASE= " ; set pgpSecretRing := pgpSecretRing.value; set pgpPublicRing := pgpPublicRing.value; $projectPrefix /publishSigned"
67
+ export CI_RELEASE= " $projectPrefix /publishSigned"
69
68
export CI_SNAPSHOT_RELEASE= " $projectPrefix /publish"
70
69
71
70
# default is sonatypeBundleRelease, which closes and releases the staging repo
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ val scalaJSVersion =
4
4
val scalaNativeVersion =
5
5
Option (System .getenv(" SCALANATIVE_VERSION" )).filter(_.nonEmpty).getOrElse(" 0.3.9" )
6
6
7
- addSbtPlugin(" org.scala-lang.modules" % " sbt-scala-module" % " 2.1.1 " )
7
+ addSbtPlugin(" org.scala-lang.modules" % " sbt-scala-module" % " 2.1.2 " )
8
8
9
9
addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 0.6.1" )
10
10
addSbtPlugin(" org.scala-js" % " sbt-scalajs" % scalaJSVersion)
You can’t perform that action at this time.
0 commit comments