File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ description := "Popular phonetic and string matching algorithms implemented in S
66organizationName := " MrPowers"
77organizationHomepage := 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
1414libraryDependencies += " org.apache.commons" % " commons-text" % " 1.1" % " provided"
1515libraryDependencies += " 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"
1818libraryDependencies += " org.scalatest" %% " scalatest" % " 3.0.1" % " test"
1919
2020artifactName := { (sv : ScalaVersion , module : ModuleID , artifact : Artifact ) =>
You can’t perform that action at this time.
0 commit comments