diff --git a/project/build.properties b/project/build.properties index 24929d72..070ad4c6 100644 --- a/project/build.properties +++ b/project/build.properties @@ -14,4 +14,4 @@ # limitations under the License. # -sbt.version=1.9.9 +sbt.version=1.11.5 diff --git a/project/plugins.sbt b/project/plugins.sbt index 832944e7..89b32fce 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -15,7 +15,7 @@ */ -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.7.0") diff --git a/publish.sbt b/publish.sbt index 7870e1c0..71256444 100644 --- a/publish.sbt +++ b/publish.sbt @@ -17,7 +17,6 @@ ThisBuild / organizationHomepage := Some(url("https://www.absa.africa")) ThisBuild / organization := "za.co.absa.db.fa-db" -sonatypeProfileName := "za.co.absa" ThisBuild / scmInfo := Some( ScmInfo( @@ -52,6 +51,18 @@ ThisBuild / developers := List( email = "miroslav.pojer@absa.africa", url = url("https://github.com/miroslavpojer") ), + Developer( + id = "ABLL526", + name = "Liam Leibrandt", + email = "liam.leibrandt@absa.africa", + url = url("https://github.com/ABLL526") + ), + Developer( + id = "jakipatryk", + name = "Bartlomiej Baj", + email = "bartlomiej.baj@absa.africa", + url = url("https://github.com/jakipatryk") + ), Developer( id = "Zejnilovic", name = "Saša Zejnilović",