diff --git a/build.sbt b/build.sbt index 2b1cee8..bb6b2cd 100644 --- a/build.sbt +++ b/build.sbt @@ -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.1" +git.baseVersion := "0.3" // 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-5c8eef7-SNAPSHOT", + "org.broadinstitute" %% "wdl4s" % "0.3", //---------- Test libraries -------------------// "org.scalatest" %% "scalatest" % "2.2.5" % Test )