From b73e5536838b49b3ba43c251d9e2f9c48d343bf7 Mon Sep 17 00:00:00 2001 From: David Benedeki Date: Wed, 3 Jul 2024 11:21:10 +0200 Subject: [PATCH] #125: Move code into sub-package db (#128) * Fixed organization and Sonatype profile name setups --- build.sbt | 2 -- publish.sbt | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 999a2ac2..1e35f97d 100644 --- a/build.sbt +++ b/build.sbt @@ -17,8 +17,6 @@ import Dependencies._ import com.github.sbt.jacoco.report.JacocoReportSettings -ThisBuild / organization := "za.co.absa.fa-db" - lazy val scala212 = "2.12.17" lazy val scala213 = "2.13.12" diff --git a/publish.sbt b/publish.sbt index 45cc50fc..04bf09d4 100644 --- a/publish.sbt +++ b/publish.sbt @@ -16,7 +16,8 @@ ThisBuild / organizationHomepage := Some(url("https://www.absa.africa")) -sonatypeProfileName := "za.co.absa.db" +ThisBuild / organization := "za.co.absa.db" +sonatypeProfileName := "za.co.absa" ThisBuild / scmInfo := Some( ScmInfo(