From c66924c80fb426d5d72a8109ed47f6501fbed2a2 Mon Sep 17 00:00:00 2001 From: Michael Pollmeier Date: Tue, 5 Nov 2024 10:35:35 +0100 Subject: [PATCH] sonatype central (#270) We migrated to sonatype central due to publishing problems, as suggested by their support. Let's see if this works. https://central.sonatype.com/ --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 07d9f4c3..e9c1603b 100644 --- a/build.sbt +++ b/build.sbt @@ -218,7 +218,7 @@ Global / cancelable := true Global / onChangedBuildSource := ReloadOnSourceChanges ThisBuild / publishTo := sonatypePublishToBundle.value -sonatypeCredentialHost := "s01.oss.sonatype.org" +ThisBuild / sonatypeCredentialHost := xerial.sbt.Sonatype.sonatypeCentralHost ThisBuild / scmInfo := Some( ScmInfo(url("https://github.com/joernio/flatgraph"), "scm:git@github.com:joernio/flatgraph.git") )