We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 855b2ac commit b73e553Copy full SHA for b73e553
build.sbt
@@ -17,8 +17,6 @@
17
import Dependencies._
18
import com.github.sbt.jacoco.report.JacocoReportSettings
19
20
-ThisBuild / organization := "za.co.absa.fa-db"
21
-
22
lazy val scala212 = "2.12.17"
23
lazy val scala213 = "2.13.12"
24
publish.sbt
@@ -16,7 +16,8 @@
16
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(
0 commit comments