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

Commit 635830a

Browse files
committed
Remove Scala 2.12.x support until future release
1 parent c4d4202 commit 635830a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

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

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

0 commit comments

Comments
 (0)