File tree Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 216216[submodule "community-build/community-projects/specs2 "]
217217 path = community-build/community-projects/specs2
218218 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:
738738 dependencies = List ()
739739 )
740740
741+ lazy val spire = SbtCommunityProject (
742+ project = " spire" ,
743+ sbtTestCommand = " test" ,
744+ sbtPublishCommand = " publishLocal" ,
745+ dependencies = List (cats, disciplineMunit)
746+ )
747+
741748end projects
742749
743750def allProjects = List (
Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ class CommunityBuildTestC:
9090 @ Test def scas = projects.scas.run()
9191 @ Test def sconfig = projects.sconfig.run()
9292 @ Test def shapeless = projects.shapeless.run()
93+ @ Test def spire = projects.spire.run()
9394 @ Test def sourcecode = projects.sourcecode.run()
9495 @ Test def specs2 = projects.specs2.run()
9596 @ Test def stdLib213 = projects.stdLib213.run()
You can’t perform that action at this time.
0 commit comments