Skip to content

Commit 52c936f

Browse files
committed
Update and reenable shapeless in community build
1 parent 3da2ffc commit 52c936f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ class CommunityBuildTest {
171171
extraSbtArgs = Seq("-Dscala.build.compileWithDotty=true")
172172
)
173173

174-
/*@Test*/ def shapeless = test(
174+
@Test def shapeless = test(
175175
project = "shapeless",
176176
testCommand = "test",
177177
updateCommand = "update"

0 commit comments

Comments
 (0)