Skip to content

Commit a35d724

Browse files
authored
Merge pull request #6877 from milessabin/topic/shapeless-update
Update and reenable shapeless
2 parents 6f078df + b89aa0e commit a35d724

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,13 +170,13 @@ class CommunityBuildTest {
170170
updateCommand = "library/update",
171171
extraSbtArgs = Seq("-Dscala.build.compileWithDotty=true")
172172
)
173-
/* temporarily disabled
173+
174174
@Test def shapeless = test(
175175
project = "shapeless",
176176
testCommand = "test",
177177
updateCommand = "update"
178178
)
179-
*/
179+
180180
@Test def xmlInterpolator = test(
181181
project = "xml-interpolator",
182182
testCommand = "test",

0 commit comments

Comments
 (0)