Skip to content

Commit

Permalink
Bumping version and dependencies for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
tfenne committed Aug 24, 2020
1 parent e565813 commit 74350af
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 @@ -116,7 +116,7 @@ lazy val root = Project(id="sopt", base=file("."))
.settings(
libraryDependencies ++= Seq(
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
"com.fulcrumgenomics" %% "commons" % "1.0.0",
"com.fulcrumgenomics" %% "commons" % "1.1.0",
"com.vladsch.flexmark" % "flexmark" % "0.18.5",

//---------- Test libraries -------------------//
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.0.0" // the release version
version in ThisBuild := s"1.1.0-${gitHeadCommitSha.value}-SNAPSHOT" // the snapshot version
version in ThisBuild := "1.1.0" // the release version
// version in ThisBuild := s"1.1.0-${gitHeadCommitSha.value}-SNAPSHOT" // the snapshot version

0 comments on commit 74350af

Please sign in to comment.