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",