Spark version number for sbt file

Hi,

I am creating my first self contained spark application here in cloudxlab. Following your video tutorial.
TO get spark version to update abt file, I got this
version 2.3.0.2.6.5.0-292
version number by giving pyspark.
But the sbt package command fails with the below error. Please help.

sbt.librarymanagement.ResolveException: unresolved dependency: org.apache.spark#spark-sql_2.11;2.3.0.2.6.5.0-292: not found

Hi @Prasuna_A,

You can try 2.3.2 as the Spark version.