We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef68019 commit a5bc9adCopy full SHA for a5bc9ad
example/scalalib/spark/2-hello-pyspark/build.mill
@@ -4,7 +4,7 @@ import mill.*, pythonlib.*
4
object foo extends PythonModule {
5
6
def mainScript = Task.Source("src/foo.py")
7
- def pythonDeps = Seq("pyspark==3.5.4")
+ def pythonDeps = Seq("pyspark==3.5.7")
8
9
object test extends PythonTests, TestModule.Unittest
10
0 commit comments