Skip to content

Commit dfcb95e

Browse files
committed
Add ReactiveMongo-BSON to community-build
1 parent 17d2f45 commit dfcb95e

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,3 +219,6 @@
219219
[submodule "community-build/community-projects/spire"]
220220
path = community-build/community-projects/spire
221221
url = https://github.com/dotty-staging/spire.git
222+
[submodule "community-build/community-projects/ReactiveMongo-BSON"]
223+
path = community-build/community-projects/ReactiveMongo-BSON
224+
url = https://github.com/ReactiveMongo/ReactiveMongo-BSON.git

community-build/src/scala/dotty/communitybuild/projects.scala

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -745,6 +745,13 @@ object projects:
745745
dependencies = List(cats, disciplineMunit)
746746
)
747747

748+
lazy val ReactiveMongoBson = SbtCommunityProject(
749+
project = "ReactiveMongo-BSON",
750+
sbtTestCommand = "test",
751+
sbtPublishCommand = "publishLocal",
752+
dependencies = List()
753+
)
754+
748755
end projects
749756

750757
def allProjects = List(
@@ -824,6 +831,7 @@ def allProjects = List(
824831
projects.libretto,
825832
projects.jacksonModuleScala,
826833
projects.specs2,
834+
projects.ReactiveMongoBson,
827835
)
828836

829837
lazy val projectMap = allProjects.groupBy(_.project)

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,5 @@ class CommunityBuildTestC:
9999
@Test def utest = projects.utest.run()
100100
@Test def verify = projects.verify.run()
101101
@Test def xmlInterpolator = projects.xmlInterpolator.run()
102+
@Test def reactiveMongoBson = projects.ReactiveMongoBson.run()
102103
end CommunityBuildTestC

0 commit comments

Comments
 (0)