Skip to content

Commit 82deb62

Browse files
committed
- Updated sbt version to 1.11.5
- Updated Developers
1 parent a2c3291 commit 82deb62

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.10.2
1+
sbt.version=1.11.5

publish.sbt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
*/
1616

1717
ThisBuild / organizationHomepage := Some(url("https://www.absa.africa"))
18+
ThisBuild / sonatypeCredentialHost := "s01.oss.sonatype.org" // or "oss.sonatype.org" if your profile is old
1819
ThisBuild / scmInfo := Some(
1920
ScmInfo(
2021
browseUrl = url("https://github.com/AbsaOSS/spark-data-standardization/tree/master"),
@@ -48,6 +49,18 @@ ThisBuild / developers := List(
4849
email = "[email protected]",
4950
url = url("https://github.com/AdrianOlosutean")
5051
),
52+
Developer(
53+
id = "ABLL526",
54+
name = "Liam Leibrandt",
55+
email = "[email protected]",
56+
url = url("https://github.com/ABLL526")
57+
),
58+
Developer(
59+
id = "MatloaItumeleng",
60+
name = "Itumeleng Matloa",
61+
email = "[email protected]",
62+
url = url("https://github.com/MatloaItumeleng")
63+
),
5164
Developer(
5265
id = "lsulak",
5366
name = "Ladislav Sulak",

0 commit comments

Comments
 (0)