This repository has been archived by the owner on Feb 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert prior commits updating project settings and dependencies
After merging it was discovered that there was a bug in sbt [1] preventing `sbt publish` from working. This reverts the changes and updates until this bug is fixed and a new sbt release published. [1] sbt/librarymanagement#183
- Loading branch information
Showing
8 changed files
with
51 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,3 @@ target/ | |
.idea/ | ||
.idea_modules/ | ||
.DS_Store | ||
.sbt/ | ||
.ivy2/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
resolvers += "bintray-spark-packages" at "https://dl.bintray.com/spark-packages/maven/" | ||
|
||
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1") | ||
addSbtPlugin("org.spark-packages" % "sbt-spark-package" % "0.2.5") | ||
|
||
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0") | ||
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.0") | ||
|
||
addSbtPlugin("com.thesamet" % "sbt-protoc" % "0.99.12") | ||
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.8.0") | ||
|
||
addSbtPlugin("com.thesamet" % "sbt-protoc" % "0.99.3") | ||
|
||
addSbtPlugin("com.frugalmechanic" % "fm-sbt-s3-resolver" % "0.12.0") | ||
|
||
libraryDependencies += "com.trueaccord.scalapb" %% "compilerplugin" % "0.6.6" | ||
libraryDependencies += "com.trueaccord.scalapb" %% "compilerplugin" % "0.5.47" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters