Skip to content

Commit d8936d2

Browse files
committed
Bump to Spark 3
1 parent a51410c commit d8936d2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.sbt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ description := "Popular phonetic and string matching algorithms implemented in S
66
organizationName := "MrPowers"
77
organizationHomepage := Some(url("https://github.com/MrPowers"))
88

9-
version := "0.3.0"
10-
crossScalaVersions := Seq("2.11.12", "2.12.10")
11-
scalaVersion := "2.11.12"
12-
val sparkVersion = "2.4.4"
9+
version := "0.4.0"
10+
crossScalaVersions := Seq("2.12.12")
11+
scalaVersion := "2.12.12"
12+
val sparkVersion = "3.0.1"
1313

1414
libraryDependencies += "org.apache.commons" % "commons-text" % "1.1" % "provided"
1515
libraryDependencies += "org.apache.spark" %% "spark-sql" % sparkVersion % "provided"
16-
libraryDependencies += "com.github.mrpowers" %% "spark-fast-tests" % "0.21.3" % "test"
17-
libraryDependencies += "com.github.mrpowers" %% "spark-daria" % "0.38.2" % "test"
16+
libraryDependencies += "com.github.mrpowers" %% "spark-fast-tests" % "1.0.0" % "test"
17+
libraryDependencies += "com.github.mrpowers" %% "spark-daria" % "1.0.0" % "test"
1818
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.1" % "test"
1919

2020
artifactName := { (sv: ScalaVersion, module: ModuleID, artifact: Artifact) =>

0 commit comments

Comments
 (0)