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

Commit

Permalink
Updating dependencies
Browse files Browse the repository at this point in the history
* commons to 0.6.1
* sopt to 0.6.1
* htsjdk to 2.16.1
* Picard to 2.18.16
nh13 committed Nov 6, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent aab8ddd commit 6605894
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -123,8 +123,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.5.0",
"com.fulcrumgenomics" %% "sopt" % "0.5.0",
"com.fulcrumgenomics" %% "commons" % "0.6.1",
"com.fulcrumgenomics" %% "sopt" % "0.6.1",
"com.github.dblock" % "oshi-core" % "3.3",
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
"org.scala-lang" % "scala-compiler" % scalaVersion.value,
@@ -150,8 +150,8 @@ lazy val tasks = Project(id="dagr-tasks", base=file("tasks"))
.settings(commonSettings: _*)
.settings(
libraryDependencies ++= Seq(
"com.github.samtools" % "htsjdk" % "2.8.1" excludeAll(htsjdkAndPicardExcludes: _*),
"com.github.broadinstitute" % "picard" % "2.8.1" excludeAll(htsjdkAndPicardExcludes: _*)
"com.github.samtools" % "htsjdk" % "2.16.1" excludeAll(htsjdkAndPicardExcludes: _*),
"com.github.broadinstitute" % "picard" % "2.18.16" excludeAll(htsjdkAndPicardExcludes: _*)
)
)
.disablePlugins(sbtassembly.AssemblyPlugin)

0 comments on commit 6605894

Please sign in to comment.