Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams committed Aug 7, 2017
1 parent a842c97 commit 4b1f13b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
@@ -1,7 +1,7 @@

organization := "org.hammerlab.genomics"
name := "loci"
version := "2.0.0"
version := "2.0.1"

addSparkDeps

Expand All @@ -20,7 +20,7 @@ compileAndTestDeps += reference % "1.4.0"
// Shade Guava due to use of RangeSet classes from 16.0.1 that don't exist in Spark/Hadoop's Guava 11.0.2.
shadedDeps += guava

// Rename shaded Guava classes.
// Rename shaded Guava classes
shadeRenames += "com.google.common.**" "org.hammerlab.guava.@1"
shadeRenames += "com.google.thirdparty.**" "org.hammerlab.guava.@1"

Expand Down

0 comments on commit 4b1f13b

Please sign in to comment.