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

Commit

Permalink
Bumped the commons and sopt dependencies to latest release versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
tfenne committed Jan 29, 2018
1 parent c596715 commit 3c30e20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,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",
"com.fulcrumgenomics" %% "sopt" % "0.2.0",
"com.fulcrumgenomics" %% "commons" % "0.3.0",
"com.fulcrumgenomics" %% "sopt" % "0.3.1",
"com.github.dblock" % "oshi-core" % "3.3",
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
"org.scala-lang" % "scala-compiler" % scalaVersion.value,
Expand Down

0 comments on commit 3c30e20

Please sign in to comment.