-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revert back the Spark version to 3.3.1
- Loading branch information
1 parent
a68017f
commit 4330072
Showing
2 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ import com.typesafe.sbt.packager.archetypes.JavaAppPackaging | |
enablePlugins(JavaServerAppPackaging) | ||
enablePlugins(JavaAppPackaging) | ||
|
||
val scalaTestVersion = "3.2.14" | ||
val scalaTestVersion = "3.2.15" | ||
|
||
name := "spark-nlp-starter" | ||
|
||
|
@@ -22,7 +22,9 @@ ThisBuild / developers := List( | |
email = "[email protected]", | ||
url = url("https://github.com/maziyarpanahi"))) | ||
|
||
val sparkVer = "3.4.1" | ||
// Spark NLP 5.1.0 was compiled with Scala 2.12.15 and Spark 3.3.1 | ||
// Do not change these versions unless you know what you are doing | ||
val sparkVer = "3.3.1" | ||
val sparkNLP = "5.1.0" | ||
|
||
libraryDependencies ++= { | ||
|