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