File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 4040[submodule "community-build/community-projects/scala-xml "]
4141 path = community-build/community-projects/scala-xml
4242 url = https://github.com/scala/scala-xml
43+ [submodule "community-build/community-projects/shapeless "]
44+ path = community-build/community-projects/shapeless
45+ url = https://github.com/milessabin/shapeless
46+ branch = shapeless-3
Original file line number Diff line number Diff line change @@ -171,6 +171,12 @@ class CommunityBuildTest {
171171 extraSbtArgs = Seq (" -Dscala.build.compileWithDotty=true" )
172172 )
173173
174+ @ Test def shapeless = test(
175+ project = " shapeless" ,
176+ testCommand = " test" ,
177+ updateCommand = " update"
178+ )
179+
174180 // TODO @oderky? It got broken by #5458
175181 // @Test def pdbp = test(
176182 // project = "pdbp",
You can’t perform that action at this time.
0 commit comments