Skip to content

Commit 81b1bde

Browse files
committed
Update module plugin to 2.1.2 and remove workaround
1 parent d798a83 commit 81b1bde

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
@@ -56,8 +56,7 @@ if [[ "$TRAVIS_TAG" =~ $tagPat ]]; then
5656
fi
5757
5858
# default is +publishSigned; we cross-build with travis jobs, not sbt's crossScalaVersions
59-
# re-define pgp files to work around https://github.com/olafurpg/sbt-ci-release/issues/64
60-
export CI_RELEASE="; set pgpSecretRing := pgpSecretRing.value; set pgpPublicRing := pgpPublicRing.value; publishSigned"
59+
export CI_RELEASE="publishSigned"
6160
export CI_SNAPSHOT_RELEASE="publish"
6261
6362
# 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
@@ -1 +1 @@
1-
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.1.1")
1+
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.1.2")

0 commit comments

Comments
 (0)