Skip to content

Commit 600dba3

Browse files
committed
update module plugin to 2.1.2, remove workaround
1 parent 4bb98e7 commit 600dba3

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

build.sbt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -345,9 +345,6 @@ inThisBuild(
345345
// env vars, which we cannot modify from java (easily). so we inline what this command does.
346346
CiReleasePlugin.setupGpg()
347347
List(
348-
// work around https://github.com/olafurpg/sbt-ci-release/issues/64
349-
"set pgpSecretRing := pgpSecretRing.value",
350-
"set pgpPublicRing := pgpPublicRing.value",
351348
s"$projectPrefix/publishSigned",
352349
"sonatypePrepare",
353350
"sonatypeBundleUpload",

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJ
88
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % crossVer)
99
addSbtPlugin("org.scala-native" % "sbt-scala-native" % scalaNativeVersion)
1010
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % crossVer)
11-
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.1.1")
11+
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.1.2")
1212
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.6")
1313
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")

0 commit comments

Comments
 (0)