From b692a2f554ed25224e93b44a6f8268e5fb49197d Mon Sep 17 00:00:00 2001 From: Olivier Blanvillain Date: Tue, 19 Feb 2019 11:57:18 +0100 Subject: [PATCH] Stop using dottyLatestNightlyBuild --- community-build/community-projects/ScalaPB | 2 +- community-build/community-projects/algebra | 2 +- community-build/community-projects/betterfiles | 2 +- community-build/community-projects/fastparse | 2 +- community-build/community-projects/minitest | 2 +- community-build/community-projects/scalacheck | 2 +- community-build/community-projects/scalap | 2 +- community-build/community-projects/scalatest | 2 +- community-build/community-projects/scopt | 2 +- community-build/community-projects/squants | 2 +- community-build/community-projects/stdLib213 | 2 +- .../scala/dotty/communitybuild/CommunityBuildTest.scala | 6 +++--- 12 files changed, 14 insertions(+), 14 deletions(-) diff --git a/community-build/community-projects/ScalaPB b/community-build/community-projects/ScalaPB index 7b2d8ac0487d..329e6d037627 160000 --- a/community-build/community-projects/ScalaPB +++ b/community-build/community-projects/ScalaPB @@ -1 +1 @@ -Subproject commit 7b2d8ac0487d52b076b751d6a590a879d71fc7c3 +Subproject commit 329e6d03762799d7c565859eb8df32ea16814a2e diff --git a/community-build/community-projects/algebra b/community-build/community-projects/algebra index 812caf029214..5dda5f9a18cc 160000 --- a/community-build/community-projects/algebra +++ b/community-build/community-projects/algebra @@ -1 +1 @@ -Subproject commit 812caf0292144ae0e3a00723e235b2563c351d7d +Subproject commit 5dda5f9a18cc2d1ef7863ab5a3d8a9b6d4fd9f71 diff --git a/community-build/community-projects/betterfiles b/community-build/community-projects/betterfiles index 9f14d4727684..49b55d6b06e4 160000 --- a/community-build/community-projects/betterfiles +++ b/community-build/community-projects/betterfiles @@ -1 +1 @@ -Subproject commit 9f14d47276848997d97780987d0320509f8b368d +Subproject commit 49b55d6b06e44f0656877105202236a480e89b25 diff --git a/community-build/community-projects/fastparse b/community-build/community-projects/fastparse index 2a72cbec7d8c..3cd994617054 160000 --- a/community-build/community-projects/fastparse +++ b/community-build/community-projects/fastparse @@ -1 +1 @@ -Subproject commit 2a72cbec7d8cad5da8cd2d22418a5551fc921a1f +Subproject commit 3cd9946170543fef8bd89d4d2445805c90f0232f diff --git a/community-build/community-projects/minitest b/community-build/community-projects/minitest index d2b8b630ad44..58292b4ae89a 160000 --- a/community-build/community-projects/minitest +++ b/community-build/community-projects/minitest @@ -1 +1 @@ -Subproject commit d2b8b630ad448300673dc97cbea01ce56ffaec38 +Subproject commit 58292b4ae89a061a7e44bceb95983970be6fc639 diff --git a/community-build/community-projects/scalacheck b/community-build/community-projects/scalacheck index 6b3fe5165ccc..a7c5010ee2cc 160000 --- a/community-build/community-projects/scalacheck +++ b/community-build/community-projects/scalacheck @@ -1 +1 @@ -Subproject commit 6b3fe5165ccc46db460be051ef042d002a9b996a +Subproject commit a7c5010ee2ccaac17e89b35d8acb080429f2e2a7 diff --git a/community-build/community-projects/scalap b/community-build/community-projects/scalap index b66556a551fe..c7ebf924aeb9 160000 --- a/community-build/community-projects/scalap +++ b/community-build/community-projects/scalap @@ -1 +1 @@ -Subproject commit b66556a551fe3cec24d0fea6841401d99557b1e0 +Subproject commit c7ebf924aeb963eec33d7ec72efcf3cdfb54a7f3 diff --git a/community-build/community-projects/scalatest b/community-build/community-projects/scalatest index f1147035fd11..d4fbd597712c 160000 --- a/community-build/community-projects/scalatest +++ b/community-build/community-projects/scalatest @@ -1 +1 @@ -Subproject commit f1147035fd11830eaf658d323d8bf49531a95721 +Subproject commit d4fbd597712cc74961d5200cb88ec447ea6aa3c6 diff --git a/community-build/community-projects/scopt b/community-build/community-projects/scopt index fedd604caa17..9155bdcf1342 160000 --- a/community-build/community-projects/scopt +++ b/community-build/community-projects/scopt @@ -1 +1 @@ -Subproject commit fedd604caa175bd0791cb21179b700ca9fcf5698 +Subproject commit 9155bdcf13424ed385ba1d2dfc8f6f54ba02b7f0 diff --git a/community-build/community-projects/squants b/community-build/community-projects/squants index 9cccea9ee5f5..c178ff07fe72 160000 --- a/community-build/community-projects/squants +++ b/community-build/community-projects/squants @@ -1 +1 @@ -Subproject commit 9cccea9ee5f58217d0c6d12da4de4f6ff2b62566 +Subproject commit c178ff07fe7287b89ec5324dade26500b83ebf67 diff --git a/community-build/community-projects/stdLib213 b/community-build/community-projects/stdLib213 index 655bca8ee5b8..caba95fa01c6 160000 --- a/community-build/community-projects/stdLib213 +++ b/community-build/community-projects/stdLib213 @@ -1 +1 @@ -Subproject commit 655bca8ee5b842e7ceba9709c307701cf36c10bf +Subproject commit caba95fa01c6510d0681a4d79e97e79797327bc8 diff --git a/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala b/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala index e68fe9a6aa8f..6bbb83cbb318 100644 --- a/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala +++ b/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala @@ -111,17 +111,17 @@ class CommunityBuildTest { @Test def betterfiles = test( project = "betterfiles", - command = "dottyCompile" + command = "dotty-community-build/compile" ) @Test def ScalaPB = test( project = "ScalaPB", - command = "dottyCompile" + command = "dotty-community-build/compile" ) @Test def minitest = test( project = "minitest", - command = "dottyCompile" + command = "dotty-community-build/compile" ) @Test def fastparse = test(