Skip to content

Commit

Permalink
Bumped version to 0.4.0 and updated commons dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
tfenne committed Feb 11, 2018
1 parent 5107fcd commit 4c05426
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.3.0",
"com.fulcrumgenomics" %% "commons" % "0.4.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.3.2-SNAPSHOT"
version in ThisBuild := "0.4.0"

0 comments on commit 4c05426

Please sign in to comment.