Skip to content

Commit

Permalink
correct spark-sql should be provided dep (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeotuan authored Oct 7, 2024
1 parent e49b44f commit 5c56dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ lazy val commonSettings = Seq(
else Seq.empty)
},
libraryDependencies ++= Seq(
"org.apache.spark" %% "spark-sql" % sparkVersion % "compile",
"org.apache.spark" %% "spark-sql" % sparkVersion % "provided",
"org.scalatest" %% "scalatest" % "3.2.18" % "test"
),
)
Expand Down

0 comments on commit 5c56dfb

Please sign in to comment.