Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Bumped version to 0.2.0 (no snapshot).
Browse files Browse the repository at this point in the history
Relying on release versions 0.2.0 for commons and sopt.
  • Loading branch information
nh13 committed Jun 22, 2017
1 parent a2ef92b commit 3eecf2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ lazy val core = Project(id="dagr-core", base=file("core"))
.settings(description := "Core methods and classes to execute tasks in dagr.")
.settings(
libraryDependencies ++= Seq(
"com.fulcrumgenomics" %% "commons" % "0.2.0-SNAPSHOT",
"com.fulcrumgenomics" %% "sopt" % "0.2.0-SNAPSHOT",
"com.fulcrumgenomics" %% "commons" % "0.2.0",
"com.fulcrumgenomics" %% "sopt" % "0.2.0",
"com.github.dblock" % "oshi-core" % "3.3",
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
"org.scala-lang" % "scala-compiler" % scalaVersion.value,
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 3eecf2b

Please sign in to comment.