We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 960f45a commit 048fd14Copy full SHA for 048fd14
1 file changed
build.sc
@@ -56,8 +56,8 @@ object neodisambiguate extends ScalaModule with PublishModule with ScoverageModu
56
}
57
58
override def ivyDeps = Agg(
59
- ivy"com.fulcrumgenomics::commons::1.4.0",
60
- ivy"com.fulcrumgenomics::fgbio::2.3.0".excludeOrg(htsjdkAndPicardExcludes: _*),
+ ivy"com.fulcrumgenomics::commons::1.6.0",
+ ivy"com.fulcrumgenomics::fgbio::3.0.0".excludeOrg(htsjdkAndPicardExcludes: _*),
61
ivy"org.rogach::scallop::5.1.0",
62
ivy"org.slf4j:slf4j-nop:1.7.6", // For peace and quiet: https://www.slf4j.org/codes.html#StaticLoggerBinder
63
)
0 commit comments