Skip to content

Commit

Permalink
Bumped version to 0.2.0 (no snapshot).
Browse files Browse the repository at this point in the history
Also depending on commons release 0.2.0
  • Loading branch information
nh13 committed Jun 22, 2017
1 parent 962d76a commit f4db430
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ lazy val root = Project(id="sopt", base=file("."))
.settings(
libraryDependencies ++= Seq(
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
"com.fulcrumgenomics" %% "commons" % "0.2.0-SNAPSHOT",
"com.fulcrumgenomics" %% "commons" % "0.2.0",
"com.vladsch.flexmark" % "flexmark" % "0.18.5",

//---------- Test libraries -------------------//
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 f4db430

Please sign in to comment.