Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added shapeless 3 to community build #6645

Merged
merged 1 commit into from
Jun 10, 2019
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