Skip to content
This repository has been archived by the owner on Jan 25, 2018. It is now read-only.

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchim committed Jun 30, 2017
2 parents 0e74a06 + 20205f1 commit 53afeac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ organization := "org.broadinstitute"

scalaVersion := "2.12.1"

val wdl4sV = "0.12"
val wdl4sV = "0.13"

lazy val versionSettings = Seq(
// Upcoming release, or current if we're on the master branch
git.baseVersion := "0.12",
git.baseVersion := "0.13",

// Shorten the git commit hash
git.gitHeadCommit := git.gitHeadCommit.value map { _.take(7) },
Expand All @@ -31,8 +31,8 @@ assemblyJarName in assembly := "wdltool-" + git.baseVersion.value + ".jar"
logLevel in assembly := Level.Info

resolvers ++= Seq(
"Broad Artifactory Releases" at "https://artifactory.broadinstitute.org/artifactory/libs-release/",
"Broad Artifactory Snapshots" at "https://artifactory.broadinstitute.org/artifactory/libs-snapshot/"
"Broad Artifactory Releases" at "https://broadinstitute.jfrog.io/broadinstitute/libs-release/",
"Broad Artifactory Snapshots" at "https://broadinstitute.jfrog.io/broadinstitute/libs-snapshot/"
)

libraryDependencies ++= Seq(
Expand Down

0 comments on commit 53afeac

Please sign in to comment.