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 40
40
[submodule "community-build/community-projects/scala-xml "]
41
41
path = community-build/community-projects/scala-xml
42
42
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 {
171
171
extraSbtArgs = Seq (" -Dscala.build.compileWithDotty=true" )
172
172
)
173
173
174
+ @ Test def shapeless = test(
175
+ project = " shapeless" ,
176
+ testCommand = " test" ,
177
+ updateCommand = " update"
178
+ )
179
+
174
180
// TODO @oderky? It got broken by #5458
175
181
// @Test def pdbp = test(
176
182
// project = "pdbp",
You can’t perform that action at this time.
0 commit comments