Skip to content

Commit

Permalink
Bumped version to 0.1.3 and dagr dependency to 0.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
tfenne committed Feb 22, 2017
1 parent f5fc68c commit 77e01b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,13 @@ lazy val root = Project(id="fgbio", base=file("."))
.settings(description := "fgbio")
.settings(
libraryDependencies ++= Seq(
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
"org.scala-lang.modules" % "scala-xml_2.11" % "1.0.6",
"com.fulcrumgenomics" %% "dagr-commons" % "0.1.2-SNAPSHOT",
"com.fulcrumgenomics" %% "dagr-sopt" % "0.1.2-SNAPSHOT",
"com.github.samtools" % "htsjdk" % "2.8.1" excludeAll(htsjdkExcludes: _*),
"net.jafama" % "jafama" % "2.1.0",
"org.apache.commons" % "commons-math3" % "3.6.1",
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
"org.scala-lang.modules" % "scala-xml_2.11" % "1.0.6",
"com.fulcrumgenomics" %% "dagr-commons" % "0.1.2",
"com.fulcrumgenomics" %% "dagr-sopt" % "0.1.2",
"com.github.samtools" % "htsjdk" % "2.8.1" excludeAll(htsjdkExcludes: _*),
"net.jafama" % "jafama" % "2.1.0",
"org.apache.commons" % "commons-math3" % "3.6.1",

//---------- Test libraries -------------------//
"org.scalatest" %% "scalatest" % "3.0.1" % "test->*" excludeAll ExclusionRule(organization="org.junit", name="junit")
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.1.3-SNAPSHOT"
version in ThisBuild := "0.1.3"

0 comments on commit 77e01b2

Please sign in to comment.