From 82deb6285f4dd31189a1f3d7553437b411737cd2 Mon Sep 17 00:00:00 2001 From: ABLL526 Date: Fri, 5 Sep 2025 12:29:10 +0200 Subject: [PATCH 1/2] - Updated sbt version to `1.11.5` - Updated Developers --- project/build.properties | 2 +- publish.sbt | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 0b699c3..e480c67 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.2 +sbt.version=1.11.5 diff --git a/publish.sbt b/publish.sbt index 44ffbf5..5add88f 100644 --- a/publish.sbt +++ b/publish.sbt @@ -15,6 +15,7 @@ */ ThisBuild / organizationHomepage := Some(url("https://www.absa.africa")) +ThisBuild / sonatypeCredentialHost := "s01.oss.sonatype.org" // or "oss.sonatype.org" if your profile is old ThisBuild / scmInfo := Some( ScmInfo( browseUrl = url("https://github.com/AbsaOSS/spark-data-standardization/tree/master"), @@ -48,6 +49,18 @@ ThisBuild / developers := List( email = "adrian.olosutean@absa.africa", url = url("https://github.com/AdrianOlosutean") ), + Developer( + id = "ABLL526", + name = "Liam Leibrandt", + email = "liam.leibrandt@absa.africa", + url = url("https://github.com/ABLL526") + ), + Developer( + id = "MatloaItumeleng", + name = "Itumeleng Matloa", + email = "itumeleng.matloa@absa.africa", + url = url("https://github.com/MatloaItumeleng") + ), Developer( id = "lsulak", name = "Ladislav Sulak", From 98338cca1dbc30bcdd91307e3da1999d905e3627 Mon Sep 17 00:00:00 2001 From: Liam Leibrandt <70746115+ABLL526@users.noreply.github.com> Date: Fri, 5 Sep 2025 12:34:46 +0200 Subject: [PATCH 2/2] Update publish.sbt Removed ThisBuild / sonatypeCredentialHost := "s01.oss.sonatype.org" // or "oss.sonatype.org" if your profile is old --- publish.sbt | 1 - 1 file changed, 1 deletion(-) diff --git a/publish.sbt b/publish.sbt index 5add88f..d85a58f 100644 --- a/publish.sbt +++ b/publish.sbt @@ -15,7 +15,6 @@ */ ThisBuild / organizationHomepage := Some(url("https://www.absa.africa")) -ThisBuild / sonatypeCredentialHost := "s01.oss.sonatype.org" // or "oss.sonatype.org" if your profile is old ThisBuild / scmInfo := Some( ScmInfo( browseUrl = url("https://github.com/AbsaOSS/spark-data-standardization/tree/master"),