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..d85a58f 100644 --- a/publish.sbt +++ b/publish.sbt @@ -48,6 +48,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",