File tree Expand file tree Collapse file tree 4 files changed +13
-0
lines changed Expand file tree Collapse file tree 4 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 219
219
[submodule "community-build/community-projects/spire "]
220
220
path = community-build/community-projects/spire
221
221
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
Original file line number Diff line number Diff line change @@ -745,6 +745,13 @@ object projects:
745
745
dependencies = List (cats, disciplineMunit)
746
746
)
747
747
748
+ lazy val ReactiveMongoBson = SbtCommunityProject (
749
+ project = " ReactiveMongo-BSON" ,
750
+ sbtTestCommand = " test" ,
751
+ sbtPublishCommand = " publishLocal" ,
752
+ dependencies = List ()
753
+ )
754
+
748
755
end projects
749
756
750
757
def allProjects = List (
@@ -824,6 +831,7 @@ def allProjects = List(
824
831
projects.libretto,
825
832
projects.jacksonModuleScala,
826
833
projects.specs2,
834
+ projects.ReactiveMongoBson ,
827
835
)
828
836
829
837
lazy val projectMap = allProjects.groupBy(_.project)
Original file line number Diff line number Diff line change @@ -99,4 +99,5 @@ class CommunityBuildTestC:
99
99
@ Test def utest = projects.utest.run()
100
100
@ Test def verify = projects.verify.run()
101
101
@ Test def xmlInterpolator = projects.xmlInterpolator.run()
102
+ @ Test def reactiveMongoBson = projects.ReactiveMongoBson .run()
102
103
end CommunityBuildTestC
You can’t perform that action at this time.
0 commit comments