This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git
The following commit(s) were added to refs/heads/master by this push:
new c3c9d5346 [DOCS] Bump dependency in R to 1.5.2 (#1385)
c3c9d5346 is described below
commit c3c9d53463e49354263ea4b8ce65bb99f51fa7fd
Author: Jia Yu <[email protected]>
AuthorDate: Mon Apr 29 22:09:33 2024 -0700
[DOCS] Bump dependency in R to 1.5.2 (#1385)
---
R/R/dependencies.R | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/R/R/dependencies.R b/R/R/dependencies.R
index 8d19e815d..48a14ec18 100644
--- a/R/R/dependencies.R
+++ b/R/R/dependencies.R
@@ -38,7 +38,7 @@ spark_dependencies <- function(spark_version, scala_version,
...) {
paste0(
"org.apache.sedona:sedona-",
c("spark-shaded"),
- sprintf("-%s_%s:1.5.1", spark_version, scala_version)
+ sprintf("-%s_%s:1.5.2", spark_version, scala_version)
),
packages
)