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

Commit

Permalink
Updated version to 0.3.0 and updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
tfenne committed Feb 11, 2018
1 parent 3c30e20 commit 17269a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,13 @@ 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.3.0",
"com.fulcrumgenomics" %% "sopt" % "0.3.1",
"com.fulcrumgenomics" %% "commons" % "0.4.0",
"com.fulcrumgenomics" %% "sopt" % "0.4.0",
"com.github.dblock" % "oshi-core" % "3.3",
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
"org.scala-lang" % "scala-compiler" % scalaVersion.value,
"org.reflections" % "reflections" % "0.9.10",
"com.typesafe" % "config" % "1.3.1",
"com.typesafe" % "config" % "1.3.2",
"javax.servlet" % "javax.servlet-api" % "3.1.0"
)
)
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.1-SNAPSHOT"
version in ThisBuild := "0.3.0"

0 comments on commit 17269a5

Please sign in to comment.