Skip to content

Commit

Permalink
Bump version to 2.0 snapshot! (#786)
Browse files Browse the repository at this point in the history
Update dependency for commons.
  • Loading branch information
tfenne authored Feb 23, 2022
1 parent ed906cd commit 7512807
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ lazy val root = Project(id="fgbio", base=file("."))
"org.scala-lang" % "scala-compiler" % scalaVersion.value,
"org.scala-lang.modules" %% "scala-xml" % "1.2.0",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.1.1",
"com.fulcrumgenomics" %% "commons" % "1.3.0",
"com.fulcrumgenomics" %% "commons" % "1.4.0-014e196-SNAPSHOT",
"com.fulcrumgenomics" %% "sopt" % "1.1.0",
"com.github.samtools" % "htsjdk" % "2.23.0" excludeAll(htsjdkExcludes: _*),
"org.apache.commons" % "commons-math3" % "3.6.1",
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 := "1.6.0" // the release version
version in ThisBuild := s"1.6.0-${gitHeadCommitSha.value}-SNAPSHOT" // the snapshot version
// version in ThisBuild := "2.0.0" // the release version
version in ThisBuild := s"2.0.0-${gitHeadCommitSha.value}-SNAPSHOT" // the snapshot version

0 comments on commit 7512807

Please sign in to comment.