Skip to content

Commit a5bc9ad

Browse files
authored
Update pyspark example (#6264)
The older version seems to be no longer available from mirror. Pull request: #6264
1 parent ef68019 commit a5bc9ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/scalalib/spark/2-hello-pyspark/build.mill

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import mill.*, pythonlib.*
44
object foo extends PythonModule {
55

66
def mainScript = Task.Source("src/foo.py")
7-
def pythonDeps = Seq("pyspark==3.5.4")
7+
def pythonDeps = Seq("pyspark==3.5.7")
88

99
object test extends PythonTests, TestModule.Unittest
1010

0 commit comments

Comments
 (0)