Skip to content

Commit

Permalink
bump plugin, spark-util
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams committed Nov 13, 2017
1 parent f864b38 commit 2309082
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ version := "4.0.0-SNAPSHOT"
addSparkDeps
scalameta

// Skip compilation during doc-generation; otherwise it fails due to macro-annotations not being expanded
emptyDocJar

deps ++= Seq(
bytes % "1.0.3",
case_app,
Expand All @@ -14,7 +17,7 @@ deps ++= Seq(
hammerlab("iterator-macros") % "1.1.0",
paths % "1.3.1",
slf4j,
spark_util % "2.0.0",
spark_util % "2.0.1",
spire,
stats % "1.1.1",
types % "1.0.1"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("org.hammerlab" % "sbt-parent" % "3.4.1")
addSbtPlugin("org.hammerlab" % "sbt-parent" % "3.4.2")

0 comments on commit 2309082

Please sign in to comment.