You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
valsparkVersion= settingKey[String]("Spark version")
valsparkTestingVersion= settingKey[String]("Spark testing base version without Spark version part")
So it is possible to set the key from sbt with -D and use it.
From this repo:
So it is possible to set the key from
sbtwith-Dand use it.