We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d53dca commit 92061b1Copy full SHA for 92061b1
build.sc
@@ -11,7 +11,7 @@ import os._
11
import java.util.jar.Attributes.Name.{IMPLEMENTATION_VERSION => ImplementationVersion}
12
13
/** The official package version. */
14
-private val packageVersion = "1.1.0"
+private val packageVersion = "1.1.1"
15
16
/** All the packages we will exclude that come bundled with HTSJDK and Picard. */
17
private val htsjdkAndPicardExcludes = Seq("org.apache.ant", "gov.nih.nlm.ncbi", "org.testng", "com.google.cloud.genomics")
0 commit comments