Skip to content
Merged
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: 1 addition & 1 deletion dev/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
PUBLISH_MODES = {
"local": "publishLocal",
"m2": "publishM2",
"spark-package-publish": "spPublish",
"spark-package-publish": "spDist",
}
PUBLISH_DOCS_DEFAULT = True

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// You may use this file to add plugin dependencies for sbt.
resolvers += "Spark Packages repo" at "https://dl.bintray.com/spark-packages/maven/"
addSbtPlugin("org.spark-packages" %% "sbt-spark-package" % "0.2.5")
addSbtPlugin("org.spark-packages" %% "sbt-spark-package" % "0.2.6")
// scalacOptions in (Compile,doc) := Seq("-groups", "-implicits")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.0")

Expand Down