Skip to content

Commit

Permalink
Merge 075130f into 75609fd
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams committed Aug 6, 2017
2 parents 75609fd + 075130f commit 7169199
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
organization := "org.hammerlab.genomics"
name := "reference"
version := "1.3.0"
version := "1.4.0"

enableMacroParadise

deps ++= Seq(
libs.value('genomic_utils),
libs.value('iterators)
genomic_utils % "1.3.0",
iterators % "1.3.0"
)

addSparkDeps
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" % "2.0.1")
addSbtPlugin("org.hammerlab" % "sbt-parent" % "3.0.0")

0 comments on commit 7169199

Please sign in to comment.