Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Scala Steward: Reformat with scalafmt 3.8.0
deba18d0c776c804f4b628bf5051469a6229b4a1
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.7.17"
version = "3.8.0"

align.preset = more
maxColumn = 100
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -366,8 +366,10 @@ class AmmoniteSparkSessionBuilder(implicit
case None =>
printLine("Getting spark JARs")
val sparkJars0 =
SparkDependencies.sparkJars(interpApi.repositories(), interpApi.resolutionHooks, Nil)
(sparkJars0, Nil)
SparkDependencies.sparkJars(interpApi.repositories(), interpApi.resolutionHooks, Nil)(
sparkJars0,
Nil
)
case Some(sparkHome) =>
// Loose attempt at using the scala JARs already loaded in Ammonite,
// rather than ones from the spark distribution.
Expand Down