databricks / sbt-spark-package

Sbt plugin for Spark packages
Apache License 2.0
151 stars 32 forks source link

Update to SBT 1.1.0 plugin #44

Closed kevoriordan closed 2 years ago

kevoriordan commented 6 years ago

There is one failing test "sbt-spark-packages / shading" but it seems this is due to it trying to download org.spark-packages:sbt-spark-package:0.2.6-SNAPSHOT (scalaVersion=2.12, sbtVersion=1.0) which doesn't exist yet so there's a Catch-22 situation there.

metasim commented 6 years ago

@kevinoriordan See also #41