Skip to content

Commit

Permalink
Bump commons to 1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nh13 committed Oct 19, 2021
1 parent 419ea9f commit 90d97f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ lazy val root = Project(id="fgbio", base=file("."))
"org.scala-lang" % "scala-compiler" % scalaVersion.value,
"org.scala-lang.modules" %% "scala-xml" % "1.2.0",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.1.1",
"com.fulcrumgenomics" %% "commons" % "1.2.0-2ebb019-SNAPSHOT",
"com.fulcrumgenomics" %% "commons" % "1.2.0",
"com.fulcrumgenomics" %% "sopt" % "1.1.0",
"com.github.samtools" % "htsjdk" % "2.23.0" excludeAll(htsjdkExcludes: _*),
"org.apache.commons" % "commons-math3" % "3.6.1",
Expand Down

0 comments on commit 90d97f2

Please sign in to comment.