diff --git a/build.sbt b/build.sbt index f07864e2..9c98e67b 100644 --- a/build.sbt +++ b/build.sbt @@ -147,7 +147,6 @@ lazy val commonSettings = Seq( publishTo := sonatypePublishToBundle.value, - sonatypeRepository := "https://s01.oss.sonatype.org/service/local", publishMavenStyle := true, Test / publishArtifact := false, pomIncludeRepository := { _ => false }, @@ -163,8 +162,6 @@ lazy val commonSettings = Seq( // format: on ) -ThisBuild / sonatypeCredentialHost := sonatypeCentralHost - releaseCrossBuild := true releaseTagComment := s"Release ${(ThisBuild / version).value}" releaseCommitMessage := s"Set version to ${(ThisBuild / version).value}"