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
6464fi
6565
6666# 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"
6968export CI_SNAPSHOT_RELEASE= " $projectPrefix /publish"
7069
7170# 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 =
44val scalaNativeVersion =
55 Option (System .getenv(" SCALANATIVE_VERSION" )).filter(_.nonEmpty).getOrElse(" 0.3.9" )
66
7- addSbtPlugin(" org.scala-lang.modules" % " sbt-scala-module" % " 2.1.1 " )
7+ addSbtPlugin(" org.scala-lang.modules" % " sbt-scala-module" % " 2.1.2 " )
88
99addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 0.6.1" )
1010addSbtPlugin(" org.scala-js" % " sbt-scalajs" % scalaJSVersion)
You can’t perform that action at this time.
0 commit comments