Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ThisBuild / organization := "za.co.absa"

lazy val scala211 = "2.11.12"
lazy val scala212 = "2.12.18"
lazy val scala213 = "2.13.11"
lazy val scala213 = "2.13.13"
lazy val spark2 = "2.4.8"
lazy val spark32 = "3.2.4"
lazy val spark33 = "3.3.2"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.
#

sbt.version=1.6.2
sbt.version=1.11.5
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* limitations under the License.
*/

addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")

addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.7.0")

Expand Down
12 changes: 12 additions & 0 deletions publish.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "jakipatryk",
name = "Bartlomiej Baj",
email = "bartlomiej.baj@absa.africa",
url = url("https://github.com/jakipatryk")
),
Developer(
id = "lsulak",
name = "Ladislav Sulak",
Expand Down
Loading