Skip to content

Commit

Permalink
Updated version to 0.6.0 for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
tfenne committed Apr 5, 2018
1 parent e4e415d commit d642e73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ 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.5.0-a1f084e-SNAPSHOT",
"com.fulcrumgenomics" %% "sopt" % "0.4.0",
"com.github.samtools" % "htsjdk" % "2.13.0" excludeAll(htsjdkExcludes: _*),
"com.fulcrumgenomics" %% "commons" % "0.5.0",
"com.fulcrumgenomics" %% "sopt" % "0.5.0",
"com.github.samtools" % "htsjdk" % "2.14.3" excludeAll(htsjdkExcludes: _*),
"net.jafama" % "jafama" % "2.1.0",
"org.apache.commons" % "commons-math3" % "3.6.1",
"com.beachape" %% "enumeratum" % "1.5.12",
Expand Down
4 changes: 2 additions & 2 deletions version.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ gitHeadCommitSha in ThisBuild := scala.sys.process.Process("git rev-parse --shor

// *** IMPORTANT ***
// One of the two "version" lines below needs to be uncommented.
// version in ThisBuild := "0.6.0" // the release version
version in ThisBuild := s"0.6.0-${gitHeadCommitSha.value}-SNAPSHOT" // the snapshot version
version in ThisBuild := "0.6.0" // the release version
// version in ThisBuild := s"0.7.0-${gitHeadCommitSha.value}-SNAPSHOT" // the snapshot version

0 comments on commit d642e73

Please sign in to comment.