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 213
213
[submodule "community-build/community-projects/scala-java8-compat "]
214
214
path = community-build/community-projects/scala-java8-compat
215
215
url = https://github.com/dotty-staging/scala-java8-compat.git
216
+ [submodule "community-build/community-projects/spire "]
217
+ path = community-build/community-projects/spire
218
+ url = https://github.com/typelevel/spire.git
Original file line number Diff line number Diff line change @@ -731,6 +731,13 @@ object projects:
731
731
dependencies = List (scalaJava8Compat, scalatest)
732
732
)
733
733
734
+ lazy val spire = SbtCommunityProject (
735
+ project = " spire" ,
736
+ sbtTestCommand = " test" ,
737
+ sbtPublishCommand = " publishLocal" ,
738
+ dependencies = List (cats, algebra, disciplineMunit)
739
+ )
740
+
734
741
end projects
735
742
736
743
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 stdLib213 = projects.stdLib213.run()
95
96
@ Test def ujson = projects.ujson.run()
You can’t perform that action at this time.
0 commit comments