File tree 4 files changed +12
-0
lines changed
4 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 216
216
[submodule "community-build/community-projects/specs2 "]
217
217
path = community-build/community-projects/specs2
218
218
url = https://github.com/dotty-staging/specs2.git
219
+ [submodule "community-build/community-projects/spire "]
220
+ path = community-build/community-projects/spire
221
+ url = https://github.com/dotty-staging/spire.git
Original file line number Diff line number Diff line change @@ -738,6 +738,13 @@ object projects:
738
738
dependencies = List ()
739
739
)
740
740
741
+ lazy val spire = SbtCommunityProject (
742
+ project = " spire" ,
743
+ sbtTestCommand = " test" ,
744
+ sbtPublishCommand = " publishLocal" ,
745
+ dependencies = List (cats, disciplineMunit)
746
+ )
747
+
741
748
end projects
742
749
743
750
def allProjects = List (
Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ class CommunityBuildTestC:
90
90
@ Test def scas = projects.scas.run()
91
91
@ Test def sconfig = projects.sconfig.run()
92
92
@ Test def shapeless = projects.shapeless.run()
93
+ @ Test def spire = projects.spire.run()
93
94
@ Test def sourcecode = projects.sourcecode.run()
94
95
@ Test def specs2 = projects.specs2.run()
95
96
@ Test def stdLib213 = projects.stdLib213.run()
You can’t perform that action at this time.
0 commit comments