Skip to content

Commit 5e4be2b

Browse files
authored
Merge pull request scala#6645 from milessabin/topic/shapeless-community-build
Added shapeless 3 to community build
2 parents 3044142 + 72bfb24 commit 5e4be2b

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,7 @@
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
Submodule shapeless added at 45c8229

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)