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
Added shapeless 3 to community build
  • Loading branch information
milessabin committed Jun 8, 2019
commit 72bfb24bdf6bb19e22e07011086a0425e8422cbc
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