Skip to content

Commit

Permalink
0.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams committed Jun 20, 2017
1 parent 5249a4f commit 2f338dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.sbt
@@ -1,6 +1,6 @@
organization := "org.hammerlab.bdg-utils"
name := "cli"
version := "0.2.15-SNAPSHOT"
version := "0.2.15"

deps ++= Seq(
libs.value('args4j),
Expand All @@ -12,6 +12,6 @@ deps ++= Seq(
)

providedDeps ++= Seq(
libs.value('hadoop),
libs.value('spark)
hadoop.value,
spark.value
)
2 changes: 1 addition & 1 deletion project/plugins.sbt
@@ -1 +1 @@
addSbtPlugin("org.hammerlab" % "sbt-parent" % "1.7.7-SNAPSHOT")
addSbtPlugin("org.hammerlab" % "sbt-parent" % "2.0.1")

0 comments on commit 2f338dd

Please sign in to comment.