Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,7 @@
[submodule "community-build/community-projects/scala-xml"]
path = community-build/community-projects/scala-xml
url = https://github.com/scala/scala-xml
[submodule "community-build/community-projects/shapeless"]
path = community-build/community-projects/shapeless
url = https://github.com/milessabin/shapeless
branch = shapeless-3
1 change: 1 addition & 0 deletions community-build/community-projects/shapeless
Submodule shapeless added at 45c822
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,12 @@ class CommunityBuildTest {
extraSbtArgs = Seq("-Dscala.build.compileWithDotty=true")
)

@Test def shapeless = test(
project = "shapeless",
testCommand = "test",
updateCommand = "update"
)

// TODO @oderky? It got broken by #5458
// @Test def pdbp = test(
// project = "pdbp",
Expand Down