File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed
Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import Dependencies._
1818ThisBuild / organization := " za.co.absa"
1919
2020lazy val scala212 = " 2.12.17"
21- lazy val scala213 = " 2.13.12 "
21+ lazy val scala213 = " 2.13.13 "
2222
2323ThisBuild / scalaVersion := scala212
2424ThisBuild / versionScheme := Some (" early-semver" )
Original file line number Diff line number Diff line change 1- sbt.version =1.8.2
1+ sbt.version =1.11.5
Original file line number Diff line number Diff line change 1515
1616addSbtPlugin(" com.earldouglas" % " xsbt-web-plugin" % " 4.2.4" )
1717addSbtPlugin(" de.heikoseeberger" % " sbt-header" % " 5.9.0" )
18- addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.5.12 " )
18+ addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.11.2 " )
1919
2020addDependencyTreePlugin
Original file line number Diff line number Diff line change @@ -36,6 +36,18 @@ ThisBuild / developers := List(
3636 email = " bartlomiej.baj@absa.africa" ,
3737 url = url(" https://github.com/jakipatryk" )
3838 ),
39+ Developer (
40+ id = " ABLL526" ,
41+ name = " Liam Leibrandt" ,
42+ email = " liam.leibrandt@absa.africa" ,
43+ url = url(" https://github.com/ABLL526" )
44+ ),
45+ Developer (
46+ id = " jakipatryk" ,
47+ name = " Bartlomiej Baj" ,
48+ email = " bartlomiej.baj@absa.africa" ,
49+ url = url(" https://github.com/jakipatryk" )
50+ ),
3951 Developer (
4052 id = " TheLydonKing" ,
4153 name = " Lydon da Rocha" ,
You can’t perform that action at this time.
0 commit comments