Skip to content

Commit 6310b35

Browse files
committed
Add spire to community build
1 parent 1ea6692 commit 6310b35

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,3 +213,6 @@
213213
[submodule "community-build/community-projects/scala-java8-compat"]
214214
path = community-build/community-projects/scala-java8-compat
215215
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
Submodule spire added at c98b32c

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -731,6 +731,13 @@ object projects:
731731
dependencies = List(scalaJava8Compat, scalatest)
732732
)
733733

734+
lazy val spire = SbtCommunityProject(
735+
project = "spire",
736+
sbtTestCommand = "test",
737+
sbtPublishCommand = "publishLocal",
738+
dependencies = List(cats, algebra, disciplineMunit)
739+
)
740+
734741
end projects
735742

736743
def allProjects = List(

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 stdLib213 = projects.stdLib213.run()
9596
@Test def ujson = projects.ujson.run()

0 commit comments

Comments
 (0)