We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 147ad28 commit e0eaa86Copy full SHA for e0eaa86
2 files changed
.travis.yml
@@ -4,4 +4,4 @@ jdk:
4
- openjdk8
5
6
scala:
7
- - 2.11.12
+ - 2.12.7
build.sbt
@@ -1,8 +1,7 @@
1
lazy val buildSettings = Seq(
2
organization := "com.github.benfradet",
3
version := "0.6.0-SNAPSHOT",
- scalaVersion := "2.12.7",
- crossScalaVersions := Seq("2.11.12", "2.12.7")
+ scalaVersion := "2.12.7"
)
8
lazy val compilerOptions = Seq(
@@ -19,7 +18,7 @@ lazy val compilerOptions = Seq(
19
18
20
21
lazy val shapelessVersion = "2.3.3"
22
-lazy val sparkVersion = "2.4.7"
+lazy val sparkVersion = "3.0.1"
23
lazy val scalatestVersion = "3.2.3"
24
25
lazy val baseSettings = Seq(
0 commit comments