Skip to content

Commit

Permalink
Update sparksql-scalapb version
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamet committed Mar 19, 2024
1 parent 985d70c commit 8247d06
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ lazy val docs = project
"scala3" -> Dependencies.Scala3,
"sbt_protoc" -> "1.0.6",
"protoc" -> "3.15.6",
"sparksql_scalapb" -> "1.0.2",
"sparksql_scalapb" -> "1.0.4",
"scalapb_validate" -> "0.3.1"
),
// scalameta tree's uses ScalaPB 0.10.x, which is "sufficiently binary compatible".
Expand Down
6 changes: 6 additions & 0 deletions docs/src/main/markdown/sparksql.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ To add sparksql-scalapb to your project, add *one* of the following lines that
matches *both the version of ScalaPB and Spark* you use:

```scala
// Spark 3.5 and ScalaPB 0.11
libraryDependencies += "com.thesamet.scalapb" %% "sparksql35-scalapb0_11" % "@sparksql_scalapb@"

// Spark 3.4 and ScalaPB 0.11
libraryDependencies += "com.thesamet.scalapb" %% "sparksql34-scalapb0_11" % "@sparksql_scalapb@"

// Spark 3.3 and ScalaPB 0.11
libraryDependencies += "com.thesamet.scalapb" %% "sparksql33-scalapb0_11" % "@sparksql_scalapb@"

Expand Down

0 comments on commit 8247d06

Please sign in to comment.