Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
jacarey committed Jun 11, 2015
1 parent 9e4988b commit a7a08c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import sbt.Package.ManifestAttributes

name := "picard"

version := "1.133"
version := "1.134"

organization := "com.github.broadinstitute"

Expand All @@ -15,7 +15,7 @@ javaSource in Test := baseDirectory.value / "src/tests"
unmanagedResourceDirectories in Test := Seq(baseDirectory.value / "src/scripts", baseDirectory.value / "testdata", baseDirectory.value / "src/tests/scripts")

libraryDependencies ++= Seq(
"com.github.samtools" % "htsjdk" % "1.133",
"com.github.samtools" % "htsjdk" % "1.134",
("com.google.cloud.genomics" % "gatk-tools-java" % "1.1" % "picardopt").
exclude("org.mortbay.jetty", "servlet-api"),
"org.testng" % "testng" % "6.8.8" % Test
Expand Down

0 comments on commit a7a08c4

Please # to comment.