AbsaOSS/atum

Multibuild support for SBT

Closed this issue · 0 comments

As a continued effort for SBT in Atum (#21), the possibility to properly multi-build Atum in SBT should be done.

Main focus of this task is:

  • correctly pair Scala version with Spark version and related dependencies, E.g.:
    • Scala 2.11 + Spark 2.4 + Json4s 3.5.3 ...
    • Scala 2.12 + Spark 3.1 + Json4s 3.7.0-M5 ...