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 @@ -17,7 +17,7 @@ ThisBuild / organization := "za.co.absa"
1717
1818lazy val scala211 = " 2.11.12"
1919lazy val scala212 = " 2.12.18"
20- lazy val scala213 = " 2.13.11 "
20+ lazy val scala213 = " 2.13.13 "
2121lazy val spark2 = " 2.4.8"
2222lazy val spark32 = " 3.2.4"
2323lazy val spark33 = " 3.3.2"
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414#
1515
16- sbt.version =1.6.2
16+ sbt.version =1.11.5
Original file line number Diff line number Diff line change 1313 * limitations under the License.
1414 */
1515
16- addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.5.10 " )
16+ addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.11.2 " )
1717
1818addSbtPlugin(" de.heikoseeberger" % " sbt-header" % " 5.7.0" )
1919
Original file line number Diff line number Diff line change @@ -48,6 +48,18 @@ ThisBuild / developers := List(
4848 email = " adrian.olosutean@absa.africa" ,
4949 url = url(" https://github.com/AdrianOlosutean" )
5050 ),
51+ Developer (
52+ id = " ABLL526" ,
53+ name = " Liam Leibrandt" ,
54+ email = " liam.leibrandt@absa.africa" ,
55+ url = url(" https://github.com/ABLL526" )
56+ ),
57+ Developer (
58+ id = " jakipatryk" ,
59+ name = " Bartlomiej Baj" ,
60+ email = " bartlomiej.baj@absa.africa" ,
61+ url = url(" https://github.com/jakipatryk" )
62+ ),
5163 Developer (
5264 id = " lsulak" ,
5365 name = " Ladislav Sulak" ,
You can’t perform that action at this time.
0 commit comments