Permalink
Browse files

Merge branch 'develop'

  • Loading branch information...
2 parents bd4053f + f0d29c8 commit a652216a1c6808df556d128b8813ff979fe5fbdd @scottfrazer scottfrazer committed Mar 1, 2016
Showing with 2 additions and 2 deletions.
  1. +2 −2 build.sbt
View
@@ -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
)

0 comments on commit a652216

Please sign in to comment.