Skip to content

Commit

Permalink
Fixing The Release (sonatypeProfileName was slightly incorrect) (#17)
Browse files Browse the repository at this point in the history
* adding missed versionScheme and chanigng organization to be za.co.absa; this will be used for the sonatypeProfileName
  • Loading branch information
lsulak authored Dec 11, 2023
1 parent 0c1d6bd commit ae4433c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

import Dependencies._

ThisBuild / organization := "za.co.absa.balta"
ThisBuild / organization := "za.co.absa"

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

ThisBuild / scalaVersion := scala212

ThisBuild / versionScheme := Some("early-semver")

lazy val balta = (project in file("balta"))
.settings(
name := "balta",
Expand Down

0 comments on commit ae4433c

Please sign in to comment.