Skip to content

Commit

Permalink
Update intel gkl to 0.8.10 (fulcrumgenomics#918)
Browse files Browse the repository at this point in the history
  • Loading branch information
nh13 authored Jun 21, 2023
1 parent 84a99c6 commit f3d26b4
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 @@ -131,7 +131,7 @@ lazy val root = Project(id="fgbio", base=file("."))
"com.github.samtools" % "htsjdk" % "2.24.1-26-ga38c78d-SNAPSHOT" excludeAll(htsjdkExcludes: _*),
"org.apache.commons" % "commons-math3" % "3.6.1",
"com.beachape" %% "enumeratum" % "1.7.0",
"com.intel.gkl" % "gkl" % "0.8.8",
"com.intel.gkl" % "gkl" % "0.8.10",

//---------- Test libraries -------------------//
"org.scalatest" %% "scalatest" % "3.1.3" % "test->*" excludeAll ExclusionRule(organization="org.junit", name="junit")
Expand Down

0 comments on commit f3d26b4

Please sign in to comment.