Skip to content

add scalaz to community-build #9031

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

Merged
merged 1 commit into from
May 26, 2020
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
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,6 @@
[submodule "community-build/community-projects/geny"]
path = community-build/community-projects/geny
url = https://github.com/dotty-staging/geny.git
[submodule "community-build/community-projects/scalaz"]
path = community-build/community-projects/scalaz
url = https://github.com/dotty-staging/scalaz.git
1 change: 1 addition & 0 deletions community-build/community-projects/scalaz
Submodule scalaz added at c36bee
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,12 @@ object projects:
sbtTestCommand = "test",
)

lazy val scalaz = SbtCommunityProject(
project = "scalaz",
sbtTestCommand = "rootJVM/test",
dependencies = List(scalacheck)
)

end projects

@Category(Array(classOf[TestCategory]))
Expand Down Expand Up @@ -369,6 +375,7 @@ class CommunityBuildTest:
@Test def scodec = projects.scodec.run()
@Test def scalaParserCombinators = projects.scalaParserCombinators.run()
@Test def dottyCpsAsync = projects.dottyCpsAsync.run()
@Test def scalaz = projects.scalaz.run()
end CommunityBuildTest

class TestCategory