Skip to content

Commit e0eaa86

Browse files
authored
Move to Spark 3 (#87)
1 parent 147ad28 commit e0eaa86

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ jdk:
44
- openjdk8
55

66
scala:
7-
- 2.11.12
7+
- 2.12.7

build.sbt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
lazy val buildSettings = Seq(
22
organization := "com.github.benfradet",
33
version := "0.6.0-SNAPSHOT",
4-
scalaVersion := "2.12.7",
5-
crossScalaVersions := Seq("2.11.12", "2.12.7")
4+
scalaVersion := "2.12.7"
65
)
76

87
lazy val compilerOptions = Seq(
@@ -19,7 +18,7 @@ lazy val compilerOptions = Seq(
1918
)
2019

2120
lazy val shapelessVersion = "2.3.3"
22-
lazy val sparkVersion = "2.4.7"
21+
lazy val sparkVersion = "3.0.1"
2322
lazy val scalatestVersion = "3.2.3"
2423

2524
lazy val baseSettings = Seq(

0 commit comments

Comments
 (0)