Skip to content

Commit

Permalink
0.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams committed Aug 7, 2017
1 parent ffe4172 commit b18a9c1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ scala:
- 2.11.8

env:
- vars="-Dhadoop.version=2.3.0 -Dspark.version=1.6.3 -Dcoveralls.disable=1"
- vars="-Dhadoop.version=2.3.0 -Dspark.version=2.0.2 -Dcoveralls.disable=1"
- vars="-Dhadoop.version=2.3.0 -Dspark.version=2.1.0 -Dcoveralls.disable=1"
- vars="-Dhadoop.version=2.6.0 -Dspark.version=1.6.3 -Dcoveralls.disable=1"
- vars="-Dhadoop.version=2.6.0 -Dspark.version=2.0.2 -Dcoveralls.disable=1"
- vars="-Dhadoop.version=2.6.0 -Dspark.version=2.1.0 -Dcoveralls.disable=1"
Expand Down
12 changes: 6 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ organization := "org.hammerlab.adam"

name := "core"

version := "0.23.2-SNAPSHOT"
version := "0.23.2"

addSparkDeps
publishTestJar
Expand All @@ -15,25 +15,25 @@ sparkTestsVersion := "2.1.1"

deps ++= Seq(
bdg_formats,
bdg_utils_cli ^ "0.2.16-SNAPSHOT",
bdg_utils_cli ^ "0.3.0",
bdg_utils_intervalrdd,
bdg_utils_io,
bdg_utils_metrics,
bdg_utils_misc,
commons_io,
hadoop_bam ^ "7.8.1-SNAPSHOT",
hadoop_bam ^ "7.9.0",
htsjdk,
loci ^ "2.0.1",
log4j,
parquet_avro,
paths ^ "1.1.1-SNAPSHOT",
spark_util ^ "1.2.0-SNAPSHOT",
paths ^ "1.2.0",
spark_util ^ "1.2.1",
"it.unimi.dsi" ^ "fastutil" ^ "6.6.5",
"org.apache.avro" ^ "avro" ^ "1.8.1",
"org.apache.httpcomponents" ^ "httpclient" ^ "4.5.2",
("org.apache.parquet" ^ "parquet-scala_2.10" ^ "1.8.1") - scala_lang
)

compileAndTestDeps += (reference % "1.4.0-SNAPSHOT" - htsjdk)
compileAndTestDeps += (reference % "1.4.0" - htsjdk)

testTestDeps += bdg_utils_misc
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.0.0-SNAPSHOT")
addSbtPlugin("org.hammerlab" % "sbt-parent" % "3.0.0")

0 comments on commit b18a9c1

Please sign in to comment.