Skip to content

Commit ae6451f

Browse files
committed
update sbt-sonatype 3.8.1 & sbt-pgp 2.0.1
1 parent f94a065 commit ae6451f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.8")
1+
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.8.1")
22

3-
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1")
3+
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")
44

55
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.4")
66

project/scalatest.scala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import scala.io.Source
66
import com.typesafe.sbt.osgi.OsgiKeys
77
import com.typesafe.sbt.osgi.SbtOsgi
88
import com.typesafe.sbt.osgi.SbtOsgi.autoImport._
9-
import com.typesafe.sbt.SbtPgp.autoImport._
9+
//import com.typesafe.sbt.SbtPgp.autoImport._
1010

1111
//import sbtcrossproject.CrossPlugin.autoImport._
1212
import org.portablescala.sbtplatformdeps.PlatformDepsPlugin.autoImport._
@@ -133,9 +133,9 @@ object ScalatestBuild extends BuildCommons with DottyBuild with NativeBuild with
133133
</developer>
134134
</developers>
135135
),
136-
credentials += getNexusCredentials,
137-
pgpSecretRing := file(getGPGFilePath),
138-
pgpPassphrase := getGPGPassphase
136+
// credentials += getNexusCredentials,
137+
// pgpSecretRing := file(getGPGFilePath),
138+
// pgpPassphrase := getGPGPassphase
139139
)
140140

141141
def sharedSettings: Seq[Setting[_]] =

0 commit comments

Comments
 (0)