From 52c936ff315bb1b1180a4e603d17f453e1d3b3c0 Mon Sep 17 00:00:00 2001 From: Miles Sabin Date: Tue, 17 Sep 2019 19:03:16 +0100 Subject: [PATCH] Update and reenable shapeless in community build --- community-build/community-projects/shapeless | 2 +- .../test/scala/dotty/communitybuild/CommunityBuildTest.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/community-build/community-projects/shapeless b/community-build/community-projects/shapeless index 4ac9ab56bd6d..f8eb1c73a3b8 160000 --- a/community-build/community-projects/shapeless +++ b/community-build/community-projects/shapeless @@ -1 +1 @@ -Subproject commit 4ac9ab56bd6d123d4f04b8dfd7c6113791f7381b +Subproject commit f8eb1c73a3b808b7e0d8ede13ad4c01c8e269deb diff --git a/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala b/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala index b21903ec40cf..f6ef1ac1fb23 100644 --- a/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala +++ b/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala @@ -171,7 +171,7 @@ class CommunityBuildTest { extraSbtArgs = Seq("-Dscala.build.compileWithDotty=true") ) - /*@Test*/ def shapeless = test( + @Test def shapeless = test( project = "shapeless", testCommand = "test", updateCommand = "update"