Skip to content

Commit

Permalink
[DOCS] Bump dependency in R to 1.5.2 (#1385)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayuasu committed Apr 30, 2024
1 parent 170871a commit c3c9d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/R/dependencies.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit c3c9d53

Please sign in to comment.