|
|
@@ -10,7 +10,7 @@ organization := "org.broadinstitute" |
|
|
scalaVersion := "2.11.7"
|
|
|
|
|
|
// Upcoming release, or current if we're on the master branch
|
|
|
-git.baseVersion := "0.3"
|
|
|
+git.baseVersion := "0.4"
|
|
|
|
|
|
// Shorten the git commit hash
|
|
|
git.gitHeadCommit := git.gitHeadCommit.value map { _.take(7) }
|
|
|
@@ -30,7 +30,7 @@ resolvers ++= Seq( |
|
|
)
|
|
|
|
|
|
libraryDependencies ++= Seq(
|
|
|
- "org.broadinstitute" %% "wdl4s" % "0.3",
|
|
|
+ "org.broadinstitute" %% "wdl4s" % "0.4",
|
|
|
//---------- Test libraries -------------------//
|
|
|
"org.scalatest" %% "scalatest" % "2.2.5" % Test
|
|
|
)
|
|
|
|
0 comments on commit
6356a4e