Permalink
Browse files

Merge branch 'develop'

  • Loading branch information...
2 parents a652216 + e765ec8 commit 6356a4e8eed60fedb96d1fe5f4305ee851e84406 @Horneth Horneth committed Mar 29, 2016
Showing with 15 additions and 2 deletions.
  1. +13 −0 .pullapprove.yml
  2. +2 −2 build.sbt
View
@@ -0,0 +1,13 @@
+approve_by_comment: true
+approve_regex: ':\+1:'
+reset_on_push: false
+author_approval: ignored
+reviewers:
+ required: 2
+ members:
+ - cjllanwarne
+ - Horneth
+ - scottfrazer
+ - mcovarr
+ - geoffjentry
+ - kshakir
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.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

Please sign in to comment.