From b89aa0e45196c6eb747e80c9ecf2e8df302db511 Mon Sep 17 00:00:00 2001 From: Miles Sabin Date: Wed, 17 Jul 2019 17:30:04 +0100 Subject: [PATCH] Update and reenable shapeless --- community-build/community-projects/shapeless | 2 +- .../test/scala/dotty/communitybuild/CommunityBuildTest.scala | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/community-build/community-projects/shapeless b/community-build/community-projects/shapeless index 8f35066b97fd..a402710b8898 160000 --- a/community-build/community-projects/shapeless +++ b/community-build/community-projects/shapeless @@ -1 +1 @@ -Subproject commit 8f35066b97fd177f6fa10391727043e98dcd0f05 +Subproject commit a402710b8898266fc7beb396fa38b7a3320f8831 diff --git a/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala b/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala index 09b3e36de5f3..96be762abae9 100644 --- a/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala +++ b/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala @@ -170,13 +170,13 @@ class CommunityBuildTest { updateCommand = "library/update", extraSbtArgs = Seq("-Dscala.build.compileWithDotty=true") ) -/* temporarily disabled + @Test def shapeless = test( project = "shapeless", testCommand = "test", updateCommand = "update" ) -*/ + @Test def xmlInterpolator = test( project = "xml-interpolator", testCommand = "test",