Skip to content

Commit ae4433c

Browse files
authored
Fixing The Release (sonatypeProfileName was slightly incorrect) (#17)
* adding missed versionScheme and chanigng organization to be za.co.absa; this will be used for the sonatypeProfileName
1 parent 0c1d6bd commit ae4433c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.sbt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
import Dependencies._
1818

19-
ThisBuild / organization := "za.co.absa.balta"
19+
ThisBuild / organization := "za.co.absa"
2020

2121
lazy val scala211 = "2.11.12"
2222
lazy val scala212 = "2.12.18"
@@ -26,6 +26,8 @@ lazy val supportedScalaVersions: Seq[String] = Seq(scala211, scala212 , scala213
2626

2727
ThisBuild / scalaVersion := scala212
2828

29+
ThisBuild / versionScheme := Some("early-semver")
30+
2931
lazy val balta = (project in file("balta"))
3032
.settings(
3133
name := "balta",

0 commit comments

Comments
 (0)