From 30ab657ddc666f4fd677697055febf2cc15f7ff3 Mon Sep 17 00:00:00 2001 From: Shadaj Laddad Date: Tue, 23 Apr 2024 23:39:23 -0700 Subject: [PATCH] Fix using legacy Sonatype endpoint --- publish.sbt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/publish.sbt b/publish.sbt index fc698682..8f5945a2 100644 --- a/publish.sbt +++ b/publish.sbt @@ -6,6 +6,8 @@ ThisBuild / Test / publishArtifact := false ThisBuild / publishTo := sonatypePublishToBundle.value +ThisBuild / sonatypeCredentialHost := "s01.oss.sonatype.org" + ThisBuild / pomExtra := https://github.com/shadaj/slinky