Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit c4d4202

Browse files
committed
Remove Scala 2.10.x support; Add 2.12.x suppport
1 parent d5a9a37 commit c4d4202

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ name := "spark-cassandra-connection-factory"
44
organization := "co.verdigris.spark"
55
version := "0.4.0"
66
scalaVersion := "2.11.12"
7-
crossScalaVersions := Seq("2.10.7", "2.11.12", "2.12.12")
7+
crossScalaVersions := Seq("2.11.12", "2.12.12")
88

99
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.0.0"
1010

1111
libraryDependencies += "org.apache.spark" %% "spark-core" % "2.3.2" % "provided"
12+
libraryDependencies += "org.apache.spark" %% "spark-sql" % "2.3.2" % "provided"
1213
libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector" % "2.3.2" % "provided"
1314
libraryDependencies += "co.verdigris.ssl" %% "ssllib" % "1.1.2"
1415
libraryDependencies += scalaTest % Test

0 commit comments

Comments
 (0)