diff --git a/vars/runPipeline.groovy b/vars/runPipeline.groovy index 9815aac5..fd93410a 100644 --- a/vars/runPipeline.groovy +++ b/vars/runPipeline.groovy @@ -149,7 +149,7 @@ def testDownstreamProject (name) { try { dir(repo) { if (repo == 'rejectedsoftware/vibe.d') { - clone("https://github.com/${repo}.git", 'v0.8.1-rc.1') + clone("https://github.com/${repo}.git", 'v0.8.3-alpha.1') } else if (repo == "sociomantic-tsunami/ocean") { clone("https://github.com/${repo}.git", 'v4.0.0-alpha.2') } else {