Skip to content

Commit

Permalink
Bumped version to 0.2.0 (no snapshot).
Browse files Browse the repository at this point in the history
Relying on release versions 0.2.0 for commons and sopt.
  • Loading branch information
nh13 committed Jun 22, 2017
1 parent cbc24ad commit be03e89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ lazy val root = Project(id="fgbio", base=file("."))
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
"org.scala-lang" % "scala-compiler" % scalaVersion.value,
"org.scala-lang.modules" %% "scala-xml" % "1.0.6",
"com.fulcrumgenomics" %% "commons" % "0.2.0-SNAPSHOT",
"com.fulcrumgenomics" %% "sopt" % "0.2.0-SNAPSHOT",
"com.fulcrumgenomics" %% "commons" % "0.2.0",
"com.fulcrumgenomics" %% "sopt" % "0.2.0",
"com.github.samtools" % "htsjdk" % "2.9.1" excludeAll(htsjdkExcludes: _*),
"net.jafama" % "jafama" % "2.1.0",
"org.apache.commons" % "commons-math3" % "3.6.1",
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.2.0-SNAPSHOT"
version in ThisBuild := "0.2.0"

0 comments on commit be03e89

Please sign in to comment.