From 776d53f9eff4215a235bb67a040049ef92b2882a Mon Sep 17 00:00:00 2001 From: Tuan Pham Date: Mon, 25 Nov 2024 20:03:28 +1100 Subject: [PATCH] Publish to SonaType Central --- build.sbt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.sbt b/build.sbt index d088c5a..f9f8fb1 100644 --- a/build.sbt +++ b/build.sbt @@ -118,3 +118,7 @@ lazy val docs = (project in file("docs")) scmInfo := Some(ScmInfo(url("https://github.com/mrpowers-io/spark-fast-tests"), "git@github.com:MrPowers/spark-fast-tests.git")) updateOptions := updateOptions.value.withLatestSnapshots(false) + +import xerial.sbt.Sonatype.sonatypeCentralHost + +ThisBuild / sonatypeCredentialHost := sonatypeCentralHost \ No newline at end of file