From 70d9fa7af175f36482ea6d8f2db1a24f57c22612 Mon Sep 17 00:00:00 2001 From: Joao Azevedo Date: Wed, 16 Oct 2024 16:21:06 +0100 Subject: [PATCH] Set sonatype credential host to sonatype central --- build.sbt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0133642e..f07864e2 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,6 @@ import ReleaseTransformations._ import spray.boilerplate.BoilerplatePlugin +import xerial.sbt.Sonatype.sonatypeCentralHost ThisBuild / organization := "com.velocidi" @@ -162,7 +163,7 @@ lazy val commonSettings = Seq( // format: on ) -ThisBuild / sonatypeRepository := "https://s01.oss.sonatype.org/service/local" +ThisBuild / sonatypeCredentialHost := sonatypeCentralHost releaseCrossBuild := true releaseTagComment := s"Release ${(ThisBuild / version).value}"