From ad7aee3551aa1668cd7812080c9cf1cda01fa43d Mon Sep 17 00:00:00 2001 From: zeotuan <48720253+zeotuan@users.noreply.github.com> Date: Mon, 4 Nov 2024 22:07:48 +1100 Subject: [PATCH] Remove test org --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index c7073c0..2d0e60a 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ inThisBuild( List( - organization := "io.github.zeotuan", + organization := "com.github.mrpowers", homepage := Some(url("https://github.com/mrpowers-io/spark-fast-tests")), licenses := Seq("MIT" -> url("http://opensource.org/licenses/MIT")), developers ++= List( @@ -124,4 +124,4 @@ scmInfo := Some(ScmInfo(url("https://github.com/mrpowers-io/spark-fast-tests"), updateOptions := updateOptions.value.withLatestSnapshots(false) import xerial.sbt.Sonatype.sonatypeCentralHost -ThisBuild / sonatypeCredentialHost := sonatypeCentralHost \ No newline at end of file +ThisBuild / sonatypeCredentialHost := sonatypeCentralHost