@@ -118,13 +118,13 @@ lazy val root = Project(id="fgbio", base=file("."))
118118 .settings(description := " fgbio" )
119119 .settings(
120120 libraryDependencies ++= Seq (
121- " org.scala-lang" % " scala-reflect" % scalaVersion.value,
122- " org.scala-lang.modules" % " scala-xml_2.11" % " 1.0.6" ,
123- " com.fulcrumgenomics" %% " dagr-commons" % " 0.1.2-SNAPSHOT " ,
124- " com.fulcrumgenomics" %% " dagr-sopt" % " 0.1.2-SNAPSHOT " ,
125- " com.github.samtools" % " htsjdk" % " 2.8.1" excludeAll(htsjdkExcludes : _* ),
126- " net.jafama" % " jafama" % " 2.1.0" ,
127- " org.apache.commons" % " commons-math3" % " 3.6.1" ,
121+ " org.scala-lang" % " scala-reflect" % scalaVersion.value,
122+ " org.scala-lang.modules" % " scala-xml_2.11" % " 1.0.6" ,
123+ " com.fulcrumgenomics" %% " dagr-commons" % " 0.1.2" ,
124+ " com.fulcrumgenomics" %% " dagr-sopt" % " 0.1.2" ,
125+ " com.github.samtools" % " htsjdk" % " 2.8.1" excludeAll(htsjdkExcludes : _* ),
126+ " net.jafama" % " jafama" % " 2.1.0" ,
127+ " org.apache.commons" % " commons-math3" % " 3.6.1" ,
128128
129129 // ---------- Test libraries -------------------//
130130 " org.scalatest" %% " scalatest" % " 3.0.1" % " test->*" excludeAll ExclusionRule (organization= " org.junit" , name= " junit" )
0 commit comments