Skip to content

Commit de9728d

Browse files
committed
Remove algebra from spire deps
1 parent 6310b35 commit de9728d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ object projects:
735735
project = "spire",
736736
sbtTestCommand = "test",
737737
sbtPublishCommand = "publishLocal",
738-
dependencies = List(cats, algebra, disciplineMunit)
738+
dependencies = List(cats, disciplineMunit)
739739
)
740740

741741
end projects

0 commit comments

Comments
 (0)