From b563665b6fa22d1fb36f2bd4209ed7ed85dc091e Mon Sep 17 00:00:00 2001 From: Dan Billings Date: Wed, 16 Aug 2017 11:22:01 -0400 Subject: [PATCH] update wdl4s version --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cf3e14e..f0f3e22 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ organization := "org.broadinstitute" scalaVersion := "2.12.1" -val wdl4sV = "0.14" +val wdl4sV = "0.15" lazy val versionSettings = Seq( // Upcoming release, or current if we're on the master branch