Skip to content

Commit cbf6f64

Browse files
credential host fixup (maybe hack)
1 parent 7c92152 commit cbf6f64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ lazy val assemblySettings = Seq(
2828

2929
lazy val publishSettings = Seq(
3030
publishMavenStyle := true,
31+
sonatypeCredentialHost := "central.sonatype.com",
3132
publishTo := {
3233
if (isSnapshot.value)
3334
Some("snapshots" at "https://central.sonatype.com/repository/maven-snapshots/")

0 commit comments

Comments
 (0)