Skip to content

Commit 0bc7846

Browse files
committed
update module plugin to 2.1.2, remove workaround
1 parent 77d5f56 commit 0bc7846

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ if [[ "$TRAVIS_TAG" =~ $tagPat ]]; then
6464
fi
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"
6968
export CI_SNAPSHOT_RELEASE="$projectPrefix/publish"
7069
7170
# default is sonatypeBundleRelease, which closes and releases the staging repo

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ val scalaJSVersion =
44
val 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

99
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.1")
1010
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)

0 commit comments

Comments
 (0)