Permalink
Browse files

Merge branch 'develop'

  • Loading branch information...
2 parents 92fd243 + ca3d721 commit 603a017318cd72afcbac246bc778dd9cef270ec7 @ruchim ruchim committed with ruchim Oct 12, 2016
Showing with 2 additions and 2 deletions.
  1. +2 −2 build.sbt
View
@@ -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
)

0 comments on commit 603a017

Please sign in to comment.