diff --git a/build.sbt b/build.sbt index d88275d..cced536 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ organization := "org.broadinstitute" scalaVersion := "2.11.8" // Upcoming release, or current if we're on the master branch -git.baseVersion := "0.5" +git.baseVersion := "0.6" // Shorten the git commit hash git.gitHeadCommit := git.gitHeadCommit.value map { _.take(7) } @@ -29,7 +29,7 @@ resolvers ++= Seq( ) libraryDependencies ++= Seq( - "org.broadinstitute" %% "wdl4s" % "0.5", + "org.broadinstitute" %% "wdl4s" % "0.6", //---------- Test libraries -------------------// "org.scalatest" %% "scalatest" % "2.2.5" % Test )