Skip to content

Commit 11494a5

Browse files
add credentials host
1 parent 103361f commit 11494a5

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

build.sbt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,12 @@ lazy val root = (project in file("."))
5252
"(Sonatype user name)",
5353
"(Sonatype password)"
5454
),
55-
sonatypeRepository := "https://s01.oss.sonatype.org/service/local",
56-
publishMavenStyle := true,
57-
publishTo := sonatypePublishToBundle.value,
58-
pgpPassphrase := scala.util.Properties.propOrNone("gpg.passphrase").map(_.toCharArray),
59-
git.useGitDescribe := true,
55+
sonatypeCredentialHost := "s01.oss.sonatype.org",
56+
sonatypeRepository := "https://s01.oss.sonatype.org/service/local",
57+
publishMavenStyle := true,
58+
publishTo := sonatypePublishToBundle.value,
59+
pgpPassphrase := scala.util.Properties.propOrNone("gpg.passphrase").map(_.toCharArray),
60+
git.useGitDescribe := true,
6061
scalacOptions ++= Seq(
6162
"-deprecation",
6263
"-feature",

0 commit comments

Comments
 (0)