Skip to content

Commit

Permalink
Remove test org
Browse files Browse the repository at this point in the history
  • Loading branch information
zeotuan authored Nov 4, 2024
1 parent d1a6501 commit ad7aee3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -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(
Expand Down Expand Up @@ -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
ThisBuild / sonatypeCredentialHost := sonatypeCentralHost

0 comments on commit ad7aee3

Please sign in to comment.