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 a2ada6f commit 474f113Copy full SHA for 474f113
build.sbt
@@ -234,7 +234,7 @@ def excludeJpountz(items: Seq[ModuleID]) =
234
235
libraryDependencies ++= excludeJpountz(
236
// For Spark 2.4 w/ Scala 2.12 we're going to need some special logic
237
- if (sparkVersion.value >= "2.3.0") {
+ if (sparkVersion.value >= "2.3.0" && scalaVersion.value < "2.12.0") {
238
Seq(
239
"org.apache.spark" %% "spark-streaming-kafka-0-8" % sparkVersion.value
240
)
0 commit comments