Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
antcc authored Sep 8, 2020
1 parent a245d06 commit 3d7a846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzyspark/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ isSnapshot := true
scalaVersion := "2.11.8"

libraryDependencies ++= Seq(
"org.apache.spark" %% "spark-core" % "2.3.2" % "provided",
"org.apache.spark" %% "spark-core" % "2.3.2" % "provided",
"org.apache.spark" %% "spark-mllib" % "2.3.2" % "provided"
)

Expand Down

0 comments on commit 3d7a846

Please sign in to comment.