Skip to content

Commit f5f3712

Browse files
committed
2.13: fix cats
1 parent 4fd838e commit f5f3712

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

configs/community.dbuild

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,8 @@ build += {
381381
"set sources in doc in Compile in alleycatsCore.jvm := List()"
382382
// 2.13: sigh, https://github.com/typelevel/cats/issues/2360
383383
// 2.13: SortedMapSuite/SortedSetSuite: some hashing thing, the cats team will presumably hit & fix it
384-
"set excludeFilter in (Test, unmanagedSources) in tests.jvm := HiddenFileFilter || \"OpSuite.scala\" || \"SortedSetSuite.scala\" || \"SortedMapSuite.scala\""
384+
// 2.13: ChainSuite: cause unclear, the cats team will presumably hit & fix it
385+
"set excludeFilter in (Test, unmanagedSources) in tests.jvm := HiddenFileFilter || \"OpSuite.scala\" || \"SortedSetSuite.scala\" || \"SortedMapSuite.scala\" || \"ChainSuite.scala\""
385386
// 2.13: some hashing thing, the cats team will presumably hit & fix it
386387
"set excludeFilter in (Test, unmanagedSources) in kernelLaws.jvm := HiddenFileFilter || \"LawTests.scala\""
387388
]

0 commit comments

Comments
 (0)