Skip to content

Commit f6908f7

Browse files
committed
Rev Spark NLP version to 3.3.4
1 parent 2f67a13 commit f6908f7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

R/dependencies.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
spark_nlp_version <- "3.3.2"
1+
spark_nlp_version <- "3.3.4"
22

33
spark_jsl_version <- function() {
44
secretCode <- Sys.getenv("SPARK_NLP_SECRET_CODE", unset = NA)

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ is created with `spark_connect`. This is usually the latest version.
6060
| 0.8.x | 3.1.2 |
6161
| 0.9.x | 3.3.0 |
6262
| 0.10.x | 3.3.1 |
63+
| 0.11.x | 3.3.4 |
6364

6465
The function `nlp_version()`
6566
will show you the version that will be used. If you wish to change the version call

0 commit comments

Comments
 (0)